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

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

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.h
diff --git a/chrome/browser/sync/test/integration/updated_progress_marker_checker.h b/chrome/browser/sync/test/integration/updated_progress_marker_checker.h
index 8e9cfe3e6b525621f15bb01cbda5e41111136b8b..fab73c5faac5669904e93cc3e8fd55ec5b76df70 100644
--- a/chrome/browser/sync/test/integration/updated_progress_marker_checker.h
+++ b/chrome/browser/sync/test/integration/updated_progress_marker_checker.h
@@ -20,7 +20,8 @@
// of this checker. Please do not use it in new tests.
class UpdatedProgressMarkerChecker : public SingleClientStatusChangeChecker {
public:
- explicit UpdatedProgressMarkerChecker(ProfileSyncService* service);
+ explicit UpdatedProgressMarkerChecker(
+ browser_sync::ProfileSyncService* service);
~UpdatedProgressMarkerChecker() override;
bool IsExitConditionSatisfied() override;

Powered by Google App Engine
This is Rietveld 408576698