| Index: chrome/browser/extensions/extension_chrome_auth_private_api.h
|
| diff --git a/chrome/browser/extensions/extension_chrome_auth_private_api.h b/chrome/browser/extensions/extension_chrome_auth_private_api.h
|
| index d5f66295c76542ccc3f1e2a58f36ac72b0a39499..fd0559c8164c7833c7e57dd4f841ccdc845ecef5 100644
|
| --- a/chrome/browser/extensions/extension_chrome_auth_private_api.h
|
| +++ b/chrome/browser/extensions/extension_chrome_auth_private_api.h
|
| @@ -21,7 +21,7 @@ class SetCloudPrintCredentialsFunction : public AsyncExtensionFunction {
|
| protected:
|
| virtual ~SetCloudPrintCredentialsFunction();
|
|
|
| - virtual bool RunImpl();
|
| + virtual bool RunImpl() OVERRIDE;
|
|
|
| private:
|
| DECLARE_EXTENSION_FUNCTION_NAME("chromeAuthPrivate.setCloudPrintCredentials");
|
|
|