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

Unified Diff: src/libplatform/default-platform.h

Issue 1088993003: Replace OVERRIDE->override and FINAL->final since we now require C++11. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 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 | « src/jsregexp.h ('k') | src/libplatform/worker-thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/libplatform/default-platform.h
diff --git a/src/libplatform/default-platform.h b/src/libplatform/default-platform.h
index 21ba9bda4caea9c4d58062a2f4f8afe1cded472d..72b4d91aa8cfebbce16c71fb5cff23c128785746 100644
--- a/src/libplatform/default-platform.h
+++ b/src/libplatform/default-platform.h
@@ -34,10 +34,10 @@ class DefaultPlatform : public Platform {
// v8::Platform implementation.
virtual void CallOnBackgroundThread(
- Task* task, ExpectedRuntime expected_runtime) OVERRIDE;
+ Task* task, ExpectedRuntime expected_runtime) override;
virtual void CallOnForegroundThread(v8::Isolate* isolate,
- Task* task) OVERRIDE;
- double MonotonicallyIncreasingTime() OVERRIDE;
+ Task* task) override;
+ double MonotonicallyIncreasingTime() override;
private:
static const int kMaxThreadPoolSize;
« no previous file with comments | « src/jsregexp.h ('k') | src/libplatform/worker-thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698