| Index: extensions/browser/api/execute_code_function.h
|
| diff --git a/extensions/browser/api/execute_code_function.h b/extensions/browser/api/execute_code_function.h
|
| index 203acb9baf2e4fd5ced5742dccc36219a28eebd9..611b4205c6175420cc96088c77a69352b54f10a3 100644
|
| --- a/extensions/browser/api/execute_code_function.h
|
| +++ b/extensions/browser/api/execute_code_function.h
|
| @@ -22,8 +22,8 @@ class ExecuteCodeFunction : public AsyncExtensionFunction {
|
| virtual ~ExecuteCodeFunction();
|
|
|
| // ExtensionFunction implementation.
|
| - virtual bool HasPermission() OVERRIDE;
|
| - virtual bool RunAsync() OVERRIDE;
|
| + virtual bool HasPermission() override;
|
| + virtual bool RunAsync() override;
|
|
|
| // Initialize |details_| if it hasn't already been.
|
| virtual bool Init() = 0;
|
|
|