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

Unified Diff: chrome/browser/sync/test/integration/p2p_invalidation_forwarder.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/p2p_invalidation_forwarder.h
diff --git a/chrome/browser/sync/test/integration/p2p_invalidation_forwarder.h b/chrome/browser/sync/test/integration/p2p_invalidation_forwarder.h
index 37a39dddd8314e7d81eef275d624c56eee41e5b1..ad79eafd9ea0269f658fef688157e14ea3eecbf1 100644
--- a/chrome/browser/sync/test/integration/p2p_invalidation_forwarder.h
+++ b/chrome/browser/sync/test/integration/p2p_invalidation_forwarder.h
@@ -24,14 +24,14 @@ class P2PInvalidationService;
//
// It register and unregisters in its constructor and destructor. This is
// intended to make it easy to manage with a scoped_ptr.
-class P2PInvalidationForwarder : public syncer::SyncServiceObserver {
+class P2PInvalidationForwarder : public sync_driver::SyncServiceObserver {
public:
P2PInvalidationForwarder(
browser_sync::ProfileSyncService* sync_service,
invalidation::P2PInvalidationService* invalidation_service);
~P2PInvalidationForwarder() override;
- // Implementation of syncer::SyncServiceObserver
+ // Implementation of sync_driver::SyncServiceObserver
void OnStateChanged() override;
void OnSyncCycleCompleted() override;

Powered by Google App Engine
This is Rietveld 408576698