File: mock_data_transfer_policy_controller.cc

package info (click to toggle)
chromium 139.0.7258.127-1
  • links: PTS, VCS
  • area: main
  • in suites:
file content (13 lines) | stat: -rw-r--r-- 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ui/base/data_transfer_policy/mock_data_transfer_policy_controller.h"

namespace ui {

MockDataTransferPolicyController::MockDataTransferPolicyController() = default;

MockDataTransferPolicyController::~MockDataTransferPolicyController() = default;

}  // namespace ui