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

Unified Diff: content/renderer/web_ui_mojo_context_state.h

Issue 633303002: Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderer (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
« no previous file with comments | « content/renderer/web_ui_mojo.h ('k') | content/renderer/web_ui_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/web_ui_mojo_context_state.h
diff --git a/content/renderer/web_ui_mojo_context_state.h b/content/renderer/web_ui_mojo_context_state.h
index 74a435ae09be89d0fc784e592d7e456a56870bc3..237feb52628e1537a6231f8e93a5dc590908875f 100644
--- a/content/renderer/web_ui_mojo_context_state.h
+++ b/content/renderer/web_ui_mojo_context_state.h
@@ -60,7 +60,7 @@ class WebUIMojoContextState : public gin::ModuleRegistryObserver {
// gin::ModuleRegistryObserver overrides:
virtual void OnDidAddPendingModule(
const std::string& id,
- const std::vector<std::string>& dependencies) OVERRIDE;
+ const std::vector<std::string>& dependencies) override;
// Frame script is executed in. Also used to download resources.
blink::WebFrame* frame_;
« no previous file with comments | « content/renderer/web_ui_mojo.h ('k') | content/renderer/web_ui_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698