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

Unified Diff: chrome/browser/sync/test/integration/p2p_sync_refresher.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_sync_refresher.cc
diff --git a/chrome/browser/sync/test/integration/p2p_sync_refresher.cc b/chrome/browser/sync/test/integration/p2p_sync_refresher.cc
index 076ab78bf1f73e63cbbd8b306aff68ab71d77840..5c2adca3ae7480948a289daac60f2eececda85ea 100644
--- a/chrome/browser/sync/test/integration/p2p_sync_refresher.cc
+++ b/chrome/browser/sync/test/integration/p2p_sync_refresher.cc
@@ -11,8 +11,9 @@
#include "components/sync/engine/cycle/sync_cycle_snapshot.h"
#include "content/public/browser/notification_service.h"
-P2PSyncRefresher::P2PSyncRefresher(Profile* profile,
- ProfileSyncService* sync_service)
+P2PSyncRefresher::P2PSyncRefresher(
+ Profile* profile,
+ browser_sync::ProfileSyncService* sync_service)
: profile_(profile), sync_service_(sync_service) {
sync_service_->AddObserver(this);
}
« no previous file with comments | « chrome/browser/sync/test/integration/p2p_sync_refresher.h ('k') | chrome/browser/sync/test/integration/passwords_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698