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

Unified Diff: chrome/browser/sync/test/integration/quiesce_status_change_checker.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/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 e14ff7c5cbf1bba4ffb2e51fff1dbe9f5e764b9c..38476a97e3a3a6273f716c3d2897e4138653103b 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 syncer::SyncServiceObserver {
+class ProgressMarkerWatcher : public sync_driver::SyncServiceObserver {
public:
ProgressMarkerWatcher(browser_sync::ProfileSyncService* service,
QuiesceStatusChangeChecker* quiesce_checker);

Powered by Google App Engine
This is Rietveld 408576698