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

Unified Diff: gin/shell_runner.h

Issue 629153002: Replacing the OVERRIDE with override and FINAL with final in /src/gin (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 | « gin/run_microtasks_observer.h ('k') | gin/wrappable_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/shell_runner.h
diff --git a/gin/shell_runner.h b/gin/shell_runner.h
index 645bc8e6df17d70290d3f64f299110e0646551a3..ca88a5d2635bd6ea1d7810c26e3dc9ff93a5b283 100644
--- a/gin/shell_runner.h
+++ b/gin/shell_runner.h
@@ -44,12 +44,12 @@ class GIN_EXPORT ShellRunner : public 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 ContextHolder* GetContextHolder() OVERRIDE;
+ v8::Handle<v8::Value> argv[]) override;
+ virtual ContextHolder* GetContextHolder() override;
private:
friend class Scope;
« no previous file with comments | « gin/run_microtasks_observer.h ('k') | gin/wrappable_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698