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

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

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. Created 4 years, 3 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/p2p_sync_refresher.h
diff --git a/chrome/browser/sync/test/integration/p2p_sync_refresher.h b/chrome/browser/sync/test/integration/p2p_sync_refresher.h
index f002ea561347aed65434668edbd9fe73a5aff2fc..6c40df0ccd8380db68c587b56264016e96aa25d2 100644
--- a/chrome/browser/sync/test/integration/p2p_sync_refresher.h
+++ b/chrome/browser/sync/test/integration/p2p_sync_refresher.h
@@ -19,13 +19,13 @@ class ProfileSyncService;
//
// It register and unregisters in its constructor and destructor. This is
// intended to make it easy to manage with a scoped_ptr.
-class P2PSyncRefresher : public sync_driver::SyncServiceObserver {
+class P2PSyncRefresher : public syncer::SyncServiceObserver {
public:
P2PSyncRefresher(Profile* profile,
browser_sync::ProfileSyncService* sync_service);
~P2PSyncRefresher() override;
- // Implementation of sync_driver::SyncServiceObserver
+ // Implementation of syncer::SyncServiceObserver
void OnStateChanged() override;
void OnSyncCycleCompleted() override;

Powered by Google App Engine
This is Rietveld 408576698