Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: chrome/android/sync_shell/chrome_main_delegate_chrome_sync_shell_android.h

Issue 900183004: Update {virtual,override,final} to follow C++11 style in chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/sync_shell/chrome_main_delegate_chrome_sync_shell_android.h
diff --git a/chrome/android/sync_shell/chrome_main_delegate_chrome_sync_shell_android.h b/chrome/android/sync_shell/chrome_main_delegate_chrome_sync_shell_android.h
index 6b65925e4343b4dce38b6b103a34f0a93543de86..bec75bf088ed7046043cb6ddc24fc8dba4c790cf 100644
--- a/chrome/android/sync_shell/chrome_main_delegate_chrome_sync_shell_android.h
+++ b/chrome/android/sync_shell/chrome_main_delegate_chrome_sync_shell_android.h
@@ -11,11 +11,11 @@ class ChromeMainDelegateChromeSyncShellAndroid
: public ChromeMainDelegateAndroid {
public:
ChromeMainDelegateChromeSyncShellAndroid();
- virtual ~ChromeMainDelegateChromeSyncShellAndroid();
+ ~ChromeMainDelegateChromeSyncShellAndroid() override;
- virtual bool RegisterApplicationNativeMethods(JNIEnv* env) override;
+ bool RegisterApplicationNativeMethods(JNIEnv* env) override;
- virtual bool BasicStartupComplete(int* exit_code) override;
+ bool BasicStartupComplete(int* exit_code) override;
private:
DISALLOW_COPY_AND_ASSIGN(ChromeMainDelegateChromeSyncShellAndroid);
« no previous file with comments | « chrome/android/shell/chrome_main_delegate_chrome_shell_android.h ('k') | chrome/app/android/chrome_main_delegate_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698