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

Unified Diff: extensions/browser/api/system_cpu/cpu_info_provider.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/cpu_info_provider.h
diff --git a/extensions/browser/api/system_cpu/cpu_info_provider.h b/extensions/browser/api/system_cpu/cpu_info_provider.h
index 46913bd14e59962e2469a6d78564357472b5f266..3483d7f1f7a3127deabe25ffc4c5a7b3e4bff65e 100644
--- a/extensions/browser/api/system_cpu/cpu_info_provider.h
+++ b/extensions/browser/api/system_cpu/cpu_info_provider.h
@@ -35,7 +35,7 @@ class CpuInfoProvider : public SystemInfoProvider {
std::vector<linked_ptr<core_api::system_cpu::ProcessorInfo> >* infos);
// Overriden from SystemInfoProvider.
- virtual bool QueryInfo() OVERRIDE;
+ virtual bool QueryInfo() override;
// Creates a list of codenames for currently active features.
std::vector<std::string> GetFeatures() const;
« no previous file with comments | « extensions/browser/api/storage/weak_unlimited_settings_storage.h ('k') | extensions/browser/api/system_cpu/system_cpu_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698