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

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

Issue 2354613002: [Sync] Fix namespaces for the browser_sync component. (Closed)
Patch Set: Address comments. 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_invalidation_forwarder.cc
diff --git a/chrome/browser/sync/test/integration/p2p_invalidation_forwarder.cc b/chrome/browser/sync/test/integration/p2p_invalidation_forwarder.cc
index 51b3717e4461541774f074ca6f57f2b0a157b2f9..2e332b6cebe6d7505e9823d0c1fd0c1613de9d8a 100644
--- a/chrome/browser/sync/test/integration/p2p_invalidation_forwarder.cc
+++ b/chrome/browser/sync/test/integration/p2p_invalidation_forwarder.cc
@@ -10,10 +10,9 @@
#include "components/sync/engine/cycle/sync_cycle_snapshot.h"
P2PInvalidationForwarder::P2PInvalidationForwarder(
- ProfileSyncService* sync_service,
+ browser_sync::ProfileSyncService* sync_service,
invalidation::P2PInvalidationService* invalidation_service)
- : sync_service_(sync_service),
- invalidation_service_(invalidation_service) {
+ : sync_service_(sync_service), invalidation_service_(invalidation_service) {
sync_service_->AddObserver(this);
}

Powered by Google App Engine
This is Rietveld 408576698