| Index: chrome/android/shell/chrome_main_delegate_chrome_shell_android.h
|
| diff --git a/chrome/android/shell/chrome_main_delegate_chrome_shell_android.h b/chrome/android/shell/chrome_main_delegate_chrome_shell_android.h
|
| index 36e24138b953c1d9283524aa0bfee8843ffee61e..1bbe6b137513e7f087cd8a8a2cd019825c833679 100644
|
| --- a/chrome/android/shell/chrome_main_delegate_chrome_shell_android.h
|
| +++ b/chrome/android/shell/chrome_main_delegate_chrome_shell_android.h
|
| @@ -12,7 +12,7 @@ class ChromeMainDelegateChromeShellAndroid : public ChromeMainDelegateAndroid {
|
| ChromeMainDelegateChromeShellAndroid();
|
| virtual ~ChromeMainDelegateChromeShellAndroid();
|
|
|
| - virtual bool BasicStartupComplete(int* exit_code) OVERRIDE;
|
| + virtual bool BasicStartupComplete(int* exit_code) override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ChromeMainDelegateChromeShellAndroid);
|
|
|