| Index: chrome/browser/sync/test/integration/migration_waiter.h
|
| diff --git a/chrome/browser/sync/test/integration/migration_waiter.h b/chrome/browser/sync/test/integration/migration_waiter.h
|
| index ff179f558aaddf6b7058ce882305f55f3426b4b5..836f7be95997061a97070522c1d56c312ece6b79 100644
|
| --- a/chrome/browser/sync/test/integration/migration_waiter.h
|
| +++ b/chrome/browser/sync/test/integration/migration_waiter.h
|
| @@ -25,8 +25,8 @@ class MigrationWaiter : public StatusChangeChecker {
|
| virtual ~MigrationWaiter();
|
|
|
| // Implementation of StatusChangeChecker.
|
| - virtual bool IsExitConditionSatisfied() OVERRIDE;
|
| - virtual std::string GetDebugMessage() const OVERRIDE;
|
| + virtual bool IsExitConditionSatisfied() override;
|
| + virtual std::string GetDebugMessage() const override;
|
|
|
| // Function to trigger the waiting.
|
| void Wait();
|
|
|