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

Unified Diff: chrome/browser/sync/test/integration/migration_watcher.h

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/migration_watcher.h
diff --git a/chrome/browser/sync/test/integration/migration_watcher.h b/chrome/browser/sync/test/integration/migration_watcher.h
index 4bea15f2bf84f218d3d96c72e82278be868f5575..b1b124dcf5e43d0beb67e32f083f8d85c21352f9 100644
--- a/chrome/browser/sync/test/integration/migration_watcher.h
+++ b/chrome/browser/sync/test/integration/migration_watcher.h
@@ -13,7 +13,7 @@ class ProfileSyncServiceHarness;
class MigrationWaiter;
// Helper class to observe and record migration state.
-class MigrationWatcher : public syncer::MigrationObserver {
+class MigrationWatcher : public browser_sync::MigrationObserver {
public:
explicit MigrationWatcher(ProfileSyncServiceHarness* harness);
~MigrationWatcher() override;
@@ -24,7 +24,7 @@ class MigrationWatcher : public syncer::MigrationObserver {
// Returns the set of types this class has observed being migrated.
syncer::ModelTypeSet GetMigratedTypes() const;
- // Implementation of syncer::MigrationObserver.
+ // Implementation of browser_sync::MigrationObserver.
void OnMigrationStateChange() override;
// Registers the |waiter| to receive callbacks on migration state change.
« no previous file with comments | « chrome/browser/sync/test/integration/enable_disable_test.cc ('k') | chrome/browser/sync/test/integration/migration_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698