| Index: chrome/browser/extensions/api/identity/identity_api.h
|
| diff --git a/chrome/browser/extensions/api/identity/identity_api.h b/chrome/browser/extensions/api/identity/identity_api.h
|
| index 77577ce81646328883bad9565c6e40fbcecccc80..79b5ee054616c5fbdb6de94a2658ec3eaac7149c 100644
|
| --- a/chrome/browser/extensions/api/identity/identity_api.h
|
| +++ b/chrome/browser/extensions/api/identity/identity_api.h
|
| @@ -284,7 +284,7 @@ class IdentityRemoveCachedAuthTokenFunction
|
| virtual ~IdentityRemoveCachedAuthTokenFunction();
|
|
|
| // SyncExtensionFunction implementation:
|
| - virtual bool RunImpl() OVERRIDE;
|
| + virtual bool RunSync() OVERRIDE;
|
| };
|
|
|
| class IdentityLaunchWebAuthFlowFunction : public ChromeAsyncExtensionFunction,
|
|
|