| 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;
|
|
|