| 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;
|
|
|