| Index: chrome/browser/signin/fake_account_reconcilor.h
|
| diff --git a/chrome/browser/signin/fake_account_reconcilor.h b/chrome/browser/signin/fake_account_reconcilor.h
|
| index 49e81dc71fcb5d9cc88d88a4830af0ba4ecfda3e..b3907d5fd02aee153928d4a1d6b86904326aaa40 100644
|
| --- a/chrome/browser/signin/fake_account_reconcilor.h
|
| +++ b/chrome/browser/signin/fake_account_reconcilor.h
|
| @@ -23,7 +23,7 @@ class FakeAccountReconcilor : public AccountReconcilor {
|
| // Override this method to perform no network call, instead the callback
|
| // is called immediately
|
| virtual void GetAccountsFromCookie(GetAccountsFromCookieCallback callback)
|
| - OVERRIDE;
|
| + override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(FakeAccountReconcilor);
|
| };
|
|
|