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

Unified Diff: chrome/browser/extensions/ntp_overridden_bubble_controller.h

Issue 624153002: replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/extensions/ntp_overridden_bubble_controller.h
diff --git a/chrome/browser/extensions/ntp_overridden_bubble_controller.h b/chrome/browser/extensions/ntp_overridden_bubble_controller.h
index ace01da540d8b4c4d2b5e5cca64d199db0032f95..3a0d101e85da19200395c4943dcf34d4531758b0 100644
--- a/chrome/browser/extensions/ntp_overridden_bubble_controller.h
+++ b/chrome/browser/extensions/ntp_overridden_bubble_controller.h
@@ -20,7 +20,7 @@ class NtpOverriddenBubbleController : public ExtensionMessageBubbleController {
bool ShouldShow(const std::string& extension_id);
// ExtensionMessageBubbleController:
- virtual bool CloseOnDeactivate() OVERRIDE;
+ virtual bool CloseOnDeactivate() override;
private:
// A weak pointer to the profile we are associated with. Not owned by us.
« no previous file with comments | « chrome/browser/extensions/notifications_apitest.cc ('k') | chrome/browser/extensions/ntp_overridden_bubble_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698