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

Unified Diff: chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc
diff --git a/chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc b/chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc
index bf77ee52abafdba82e5c2311c055bb12421cc162..4c7799539db7f091e01aa184e43af5335ce6fdaa 100644
--- a/chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc
+++ b/chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc
@@ -122,14 +122,14 @@ class RecentTabsSubMenuModelTest
public:
RecentTabsSubMenuModelTest()
: sync_service_(CreateProfileSyncServiceParamsForTest(&testing_profile_)),
- local_device_(new sync_driver::LocalDeviceInfoProviderMock(
+ local_device_(new syncer::LocalDeviceInfoProviderMock(
"RecentTabsSubMenuModelTest",
"Test Machine",
"Chromium 10k",
"Chrome 10k",
sync_pb::SyncEnums_DeviceType_TYPE_LINUX,
"device_id")) {
- sync_prefs_.reset(new sync_driver::SyncPrefs(testing_profile_.GetPrefs()));
+ sync_prefs_.reset(new syncer::SyncPrefs(testing_profile_.GetPrefs()));
manager_.reset(new sync_sessions::SessionsSyncManager(
sync_service_.GetSyncClient()->GetSyncSessionsClient(),
sync_prefs_.get(), local_device_.get(),
@@ -167,9 +167,9 @@ class RecentTabsSubMenuModelTest
private:
TestingProfile testing_profile_;
browser_sync::ProfileSyncServiceMock sync_service_;
- std::unique_ptr<sync_driver::SyncPrefs> sync_prefs_;
+ std::unique_ptr<syncer::SyncPrefs> sync_prefs_;
std::unique_ptr<sync_sessions::SessionsSyncManager> manager_;
- std::unique_ptr<sync_driver::LocalDeviceInfoProviderMock> local_device_;
+ std::unique_ptr<syncer::LocalDeviceInfoProviderMock> local_device_;
};
// Test disabled "Recently closed" header with no foreign tabs.
« no previous file with comments | « chrome/browser/ui/sync/one_click_signin_sync_starter.cc ('k') | chrome/browser/ui/webui/browsing_history_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698