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

Unified Diff: chrome/browser/printing/background_printing_manager.cc

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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/printing/background_printing_manager.cc
diff --git a/chrome/browser/printing/background_printing_manager.cc b/chrome/browser/printing/background_printing_manager.cc
index 1e5c58d661534afa27689138f2d499858bdbdbef..3a891bc0e9553bb3984fe4ac63fcf8d92e36065d 100644
--- a/chrome/browser/printing/background_printing_manager.cc
+++ b/chrome/browser/printing/background_printing_manager.cc
@@ -27,8 +27,8 @@ class BackgroundPrintingManager::Observer
Observer(BackgroundPrintingManager* manager, WebContents* web_contents);
private:
- virtual void RenderProcessGone(base::TerminationStatus status) OVERRIDE;
- virtual void WebContentsDestroyed() OVERRIDE;
+ virtual void RenderProcessGone(base::TerminationStatus status) override;
+ virtual void WebContentsDestroyed() override;
BackgroundPrintingManager* manager_;
};

Powered by Google App Engine
This is Rietveld 408576698