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

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

Issue 10696087: [Sync] Move ModelType and related classes to 'syncer' namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort headers, update copyrights Created 8 years, 6 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/two_client_typed_urls_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc b/chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc
index 5d270e1828e8fc0810f9136910ad581f7d89417d..063e0646bb7b61282d7c09438c89a01ba67bc107 100644
--- a/chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc
+++ b/chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc
@@ -193,7 +193,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientTypedUrlsSyncTest, DisableEnableSync) {
ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
// Disable typed url sync for one client, leave it active for the other.
- GetClient(0)->DisableSyncForDatatype(syncable::TYPED_URLS);
+ GetClient(0)->DisableSyncForDatatype(syncer::TYPED_URLS);
// Add one URL to non-syncing client, add a different URL to the other,
// wait for sync cycle to complete. No data should be exchanged.
@@ -212,7 +212,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientTypedUrlsSyncTest, DisableEnableSync) {
ASSERT_EQ(url2, post_sync_urls[0].url());
// Enable typed url sync, make both URLs are synced to each client.
- GetClient(0)->EnableSyncForDatatype(syncable::TYPED_URLS);
+ GetClient(0)->EnableSyncForDatatype(syncer::TYPED_URLS);
ASSERT_TRUE(AwaitQuiescence());
AssertAllProfilesHaveSameURLsAsVerifier();
« no previous file with comments | « chrome/browser/sync/test/integration/two_client_themes_sync_test.cc ('k') | chrome/browser/sync/test_profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698