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

Unified Diff: content/renderer/web_ui_runner.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_context_state.h ('k') | content/renderer/webgraphicscontext3d_provider_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/web_ui_runner.h
diff --git a/content/renderer/web_ui_runner.h b/content/renderer/web_ui_runner.h
index 4af80134d481e80246535e3f049dc9dceb2ea22c..1df6cd2d234f0bca0b12e0a35dd0963598248244 100644
--- a/content/renderer/web_ui_runner.h
+++ b/content/renderer/web_ui_runner.h
@@ -24,12 +24,12 @@ class WebUIRunner : public gin::Runner {
// Runner overrides:
virtual void Run(const std::string& source,
- const std::string& resource_name) OVERRIDE;
+ const std::string& resource_name) override;
virtual v8::Handle<v8::Value> Call(v8::Handle<v8::Function> function,
v8::Handle<v8::Value> receiver,
int argc,
- v8::Handle<v8::Value> argv[]) OVERRIDE;
- virtual gin::ContextHolder* GetContextHolder() OVERRIDE;
+ v8::Handle<v8::Value> argv[]) override;
+ virtual gin::ContextHolder* GetContextHolder() override;
private:
// Frame to execute script in.
« no previous file with comments | « content/renderer/web_ui_mojo_context_state.h ('k') | content/renderer/webgraphicscontext3d_provider_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698