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