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

Unified Diff: mojo/apps/js/mojo_runner_delegate.h

Issue 619493002: Mojo: Convert OVERRIDE -> override in various subdirectories of mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: mojo/apps/js/mojo_runner_delegate.h
diff --git a/mojo/apps/js/mojo_runner_delegate.h b/mojo/apps/js/mojo_runner_delegate.h
index 71ee4aff167543080c7d8d752e704010b7557fea..8a7b448bc167704bf27a93fe04d4432f9b938f42 100644
--- a/mojo/apps/js/mojo_runner_delegate.h
+++ b/mojo/apps/js/mojo_runner_delegate.h
@@ -5,7 +5,7 @@
#ifndef MOJO_APPS_JS_MOJO_RUNNER_DELEGATE_H_
#define MOJO_APPS_JS_MOJO_RUNNER_DELEGATE_H_
-#include "base/compiler_specific.h"
+#include "base/macros.h"
#include "gin/modules/module_runner_delegate.h"
#include "mojo/public/c/system/core.h"
@@ -22,7 +22,7 @@ class MojoRunnerDelegate : public gin::ModuleRunnerDelegate {
private:
// From ModuleRunnerDelegate:
virtual void UnhandledException(gin::ShellRunner* runner,
- gin::TryCatch& try_catch) OVERRIDE;
+ gin::TryCatch& try_catch) override;
DISALLOW_COPY_AND_ASSIGN(MojoRunnerDelegate);
};

Powered by Google App Engine
This is Rietveld 408576698