| 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 cd26da7444a45faeae92a32bc2820c73c17216b4..0cc55dde2fb99f90be9752d822050ff9e7fc76bb 100644
|
| --- a/chrome/browser/sync/test/integration/updated_progress_marker_checker.h
|
| +++ b/chrome/browser/sync/test/integration/updated_progress_marker_checker.h
|
| @@ -23,8 +23,8 @@ class UpdatedProgressMarkerChecker : public SingleClientStatusChangeChecker {
|
| explicit UpdatedProgressMarkerChecker(ProfileSyncService* service);
|
| virtual ~UpdatedProgressMarkerChecker();
|
|
|
| - virtual bool IsExitConditionSatisfied() OVERRIDE;
|
| - virtual std::string GetDebugMessage() const OVERRIDE;
|
| + virtual bool IsExitConditionSatisfied() override;
|
| + virtual std::string GetDebugMessage() const override;
|
| };
|
|
|
| #endif // CHROME_BROWSER_SYNC_TEST_INTEGRATION_UPDATED_PROGRESS_MARKER_CHECKER_H_
|
|
|