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 1bbe6b137513e7f087cd8a8a2cd019825c833679..a4ee791b1a253a34b6b8975bd91b458ff7ed4a0e 100644 |
--- a/chrome/android/shell/chrome_main_delegate_chrome_shell_android.h |
+++ b/chrome/android/shell/chrome_main_delegate_chrome_shell_android.h |
@@ -10,9 +10,9 @@ |
class ChromeMainDelegateChromeShellAndroid : public ChromeMainDelegateAndroid { |
public: |
ChromeMainDelegateChromeShellAndroid(); |
- virtual ~ChromeMainDelegateChromeShellAndroid(); |
+ ~ChromeMainDelegateChromeShellAndroid() override; |
- virtual bool BasicStartupComplete(int* exit_code) override; |
+ bool BasicStartupComplete(int* exit_code) override; |
private: |
DISALLOW_COPY_AND_ASSIGN(ChromeMainDelegateChromeShellAndroid); |