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

Unified Diff: chrome/browser/android/shortcut_helper.h

Issue 884213005: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/browser/android/shortcut_helper.h
diff --git a/chrome/browser/android/shortcut_helper.h b/chrome/browser/android/shortcut_helper.h
index ca81d03a95e1585676e98f4aa0098d584a352385..5b866df4a6ee265f232a323d283760a565bc0ea6 100644
--- a/chrome/browser/android/shortcut_helper.h
+++ b/chrome/browser/android/shortcut_helper.h
@@ -78,8 +78,8 @@ class ShortcutHelper : public content::WebContentsObserver {
const favicon_base::FaviconRawBitmapResult& bitmap_result);
// WebContentsObserver
- virtual bool OnMessageReceived(const IPC::Message& message) override;
- virtual void WebContentsDestroyed() override;
+ bool OnMessageReceived(const IPC::Message& message) override;
+ void WebContentsDestroyed() override;
// Adds a shortcut to the launcher using a FaviconRawBitmapResult.
// Must be called from a WorkerPool task.
@@ -103,7 +103,7 @@ class ShortcutHelper : public content::WebContentsObserver {
MANIFEST_ICON_STATUS_DONE
};
- virtual ~ShortcutHelper();
+ ~ShortcutHelper() override;
void Destroy();
« no previous file with comments | « chrome/browser/android/recently_closed_tabs_bridge.h ('k') | chrome/browser/android/signin/signin_manager_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698