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

Unified Diff: extensions/browser/api/system_cpu/system_cpu_api.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/system_cpu/system_cpu_api.h
diff --git a/extensions/browser/api/system_cpu/system_cpu_api.h b/extensions/browser/api/system_cpu/system_cpu_api.h
index cd067e9b2c91c1628121086c52b2caa77210cbc9..cb248c3f51ae05193ba6642f834a758e11d11990 100644
--- a/extensions/browser/api/system_cpu/system_cpu_api.h
+++ b/extensions/browser/api/system_cpu/system_cpu_api.h
@@ -16,7 +16,7 @@ class SystemCpuGetInfoFunction : public AsyncExtensionFunction {
private:
virtual ~SystemCpuGetInfoFunction();
- virtual bool RunAsync() OVERRIDE;
+ virtual bool RunAsync() override;
void OnGetCpuInfoCompleted(bool success);
};
« no previous file with comments | « extensions/browser/api/system_cpu/cpu_info_provider.h ('k') | extensions/browser/api/system_display/system_display_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698