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

Unified Diff: extensions/browser/api/async_api_function.h

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (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: extensions/browser/api/async_api_function.h
diff --git a/extensions/browser/api/async_api_function.h b/extensions/browser/api/async_api_function.h
index dd586f185933470db65fbba2d9ab90d89fcd8475..062df4c55e92c3b907d31f93f58c8e7efaba8c20 100644
--- a/extensions/browser/api/async_api_function.h
+++ b/extensions/browser/api/async_api_function.h
@@ -39,7 +39,7 @@ class AsyncApiFunction : public AsyncExtensionFunction {
virtual bool Respond() = 0;
// ExtensionFunction::RunAsync()
- virtual bool RunAsync() OVERRIDE;
+ virtual bool RunAsync() override;
protected:
content::BrowserThread::ID work_thread_id() const { return work_thread_id_; }
« no previous file with comments | « extensions/browser/api/app_window/app_window_apitest.cc ('k') | extensions/browser/api/bluetooth/bluetooth_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698