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

Unified Diff: content/renderer/scheduler_proxy_task_runner_browsertest.cc

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
Index: content/renderer/scheduler_proxy_task_runner_browsertest.cc
diff --git a/content/renderer/scheduler_proxy_task_runner_browsertest.cc b/content/renderer/scheduler_proxy_task_runner_browsertest.cc
index d2088e11bfebee9cba0609fe703e891d736daae5..d8f0cfcbb81192fc5708c2b6f5524c8952457817 100644
--- a/content/renderer/scheduler_proxy_task_runner_browsertest.cc
+++ b/content/renderer/scheduler_proxy_task_runner_browsertest.cc
@@ -22,7 +22,7 @@ void TestTask(int value, int* result) {
class DummyListener : public IPC::Listener {
public:
- virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE {
+ virtual bool OnMessageReceived(const IPC::Message& message) override {
return true;
}
};
« no previous file with comments | « content/renderer/scheduler_proxy_task_runner.h ('k') | content/renderer/screen_orientation/screen_orientation_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698