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

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

Issue 2388163002: [Sync] Move //components/sync to the syncer namespace, take 2. (Closed)
Patch Set: Rebase. 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/quiesce_status_change_checker.cc
diff --git a/chrome/browser/sync/test/integration/quiesce_status_change_checker.cc b/chrome/browser/sync/test/integration/quiesce_status_change_checker.cc
index 6206314be0d1b651920b4bd7c66a9cefa36dbf84..8c488ae8b3bc9f0443aa1ce29e4ce09788367b4b 100644
--- a/chrome/browser/sync/test/integration/quiesce_status_change_checker.cc
+++ b/chrome/browser/sync/test/integration/quiesce_status_change_checker.cc
@@ -68,7 +68,7 @@ bool ProgressMarkersMatch(const browser_sync::ProfileSyncService* service1,
//
// The long-term plan is to deprecate this hack by replacing all its usees with
// more reliable status checkers.
-class ProgressMarkerWatcher : public sync_driver::SyncServiceObserver {
+class ProgressMarkerWatcher : public syncer::SyncServiceObserver {
public:
ProgressMarkerWatcher(browser_sync::ProfileSyncService* service,
QuiesceStatusChangeChecker* quiesce_checker);

Powered by Google App Engine
This is Rietveld 408576698