Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(576)

Side by Side Diff: components/sync_driver/sync_api_component_factory_mock.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_SYNC_DRIVER_SYNC_API_COMPONENT_FACTORY_MOCK_H__ 5 #ifndef COMPONENTS_SYNC_DRIVER_SYNC_API_COMPONENT_FACTORY_MOCK_H__
6 #define COMPONENTS_SYNC_DRIVER_SYNC_API_COMPONENT_FACTORY_MOCK_H__ 6 #define COMPONENTS_SYNC_DRIVER_SYNC_API_COMPONENT_FACTORY_MOCK_H__
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "components/sync/base/model_type.h"
11 #include "components/sync/core/data_type_error_handler.h"
10 #include "components/sync_driver/data_type_controller.h" 12 #include "components/sync_driver/data_type_controller.h"
11 #include "components/sync_driver/sync_api_component_factory.h" 13 #include "components/sync_driver/sync_api_component_factory.h"
12 #include "sync/internal_api/public/base/model_type.h"
13 #include "sync/internal_api/public/data_type_error_handler.h"
14 #include "testing/gmock/include/gmock/gmock.h" 14 #include "testing/gmock/include/gmock/gmock.h"
15 15
16 namespace sync_driver { 16 namespace sync_driver {
17 class AssociatorInterface; 17 class AssociatorInterface;
18 class ChangeProcessor; 18 class ChangeProcessor;
19 class DataTypeEncryptionHandler; 19 class DataTypeEncryptionHandler;
20 class DataTypeStatusTable; 20 class DataTypeStatusTable;
21 class SyncClient; 21 class SyncClient;
22 } 22 }
23 23
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 sync_driver::SyncApiComponentFactory::SyncComponents MakeSyncComponents(); 70 sync_driver::SyncApiComponentFactory::SyncComponents MakeSyncComponents();
71 71
72 std::unique_ptr<sync_driver::AssociatorInterface> model_associator_; 72 std::unique_ptr<sync_driver::AssociatorInterface> model_associator_;
73 std::unique_ptr<sync_driver::ChangeProcessor> change_processor_; 73 std::unique_ptr<sync_driver::ChangeProcessor> change_processor_;
74 // LocalDeviceInfoProvider is initially owned by this class, 74 // LocalDeviceInfoProvider is initially owned by this class,
75 // transferred to caller when CreateLocalDeviceInfoProvider is called. 75 // transferred to caller when CreateLocalDeviceInfoProvider is called.
76 std::unique_ptr<sync_driver::LocalDeviceInfoProvider> local_device_; 76 std::unique_ptr<sync_driver::LocalDeviceInfoProvider> local_device_;
77 }; 77 };
78 78
79 #endif // COMPONENTS_SYNC_DRIVER_SYNC_API_COMPONENT_FACTORY_MOCK_H__ 79 #endif // COMPONENTS_SYNC_DRIVER_SYNC_API_COMPONENT_FACTORY_MOCK_H__
OLDNEW
« no previous file with comments | « components/sync_driver/sync_api_component_factory.h ('k') | components/sync_driver/sync_api_component_factory_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698