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

Unified Diff: chrome/browser/sync/test/integration/updated_progress_marker_checker.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/updated_progress_marker_checker.cc
diff --git a/chrome/browser/sync/test/integration/updated_progress_marker_checker.cc b/chrome/browser/sync/test/integration/updated_progress_marker_checker.cc
index e717fea97c2b1cbf298870e463a231b2654ae46f..f056363abf993ad80c3f4cbfed328d17adbd0114 100644
--- a/chrome/browser/sync/test/integration/updated_progress_marker_checker.cc
+++ b/chrome/browser/sync/test/integration/updated_progress_marker_checker.cc
@@ -8,7 +8,8 @@
#include "components/sync/engine/cycle/sync_cycle_snapshot.h"
UpdatedProgressMarkerChecker::UpdatedProgressMarkerChecker(
- ProfileSyncService* service) : SingleClientStatusChangeChecker(service) {}
+ browser_sync::ProfileSyncService* service)
+ : SingleClientStatusChangeChecker(service) {}
UpdatedProgressMarkerChecker::~UpdatedProgressMarkerChecker() {}

Powered by Google App Engine
This is Rietveld 408576698