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

Unified Diff: chrome/browser/sync/test/integration/enable_disable_test.cc

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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/sync/test/integration/enable_disable_test.cc
diff --git a/chrome/browser/sync/test/integration/enable_disable_test.cc b/chrome/browser/sync/test/integration/enable_disable_test.cc
index c9bf7ca95f499a81a989674642d377f484626c0a..dfd4c3f28be5d1dbfef050192cd4eb87e33653b3 100644
--- a/chrome/browser/sync/test/integration/enable_disable_test.cc
+++ b/chrome/browser/sync/test/integration/enable_disable_test.cc
@@ -34,7 +34,7 @@ bool DoesTopLevelNodeExist(syncer::UserShare* user_share,
return node.InitTypeRoot(type) == syncer::BaseNode::INIT_OK;
}
-bool IsUnready(const syncer::DataTypeStatusTable& data_type_status_table,
+bool IsUnready(const sync_driver::DataTypeStatusTable& data_type_status_table,
syncer::ModelType type) {
return data_type_status_table.GetUnreadyErrorTypes().Has(type);
}
@@ -46,7 +46,7 @@ IN_PROC_BROWSER_TEST_F(EnableDisableSingleClientTest, EnableOneAtATime) {
ASSERT_TRUE(GetClient(0)->SetupSync(syncer::ModelTypeSet()));
syncer::UserShare* user_share = GetSyncService(0)->GetUserShare();
- const syncer::DataTypeStatusTable& data_type_status_table =
+ const sync_driver::DataTypeStatusTable& data_type_status_table =
GetSyncService(0)->data_type_status_table();
const syncer::ModelTypeSet registered_types =
@@ -95,7 +95,7 @@ IN_PROC_BROWSER_TEST_F(EnableDisableSingleClientTest, DisableOneAtATime) {
syncer::UserShare* user_share = GetSyncService(0)->GetUserShare();
- const syncer::DataTypeStatusTable& data_type_status_table =
+ const sync_driver::DataTypeStatusTable& data_type_status_table =
GetSyncService(0)->data_type_status_table();
// Make sure all top-level nodes exist first.
« no previous file with comments | « chrome/browser/sync/sync_ui_util_unittest.cc ('k') | chrome/browser/sync/test/integration/migration_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698