Index: content/shell/geolocation/shell_access_token_store.h |
diff --git a/content/shell/geolocation/shell_access_token_store.h b/content/shell/geolocation/shell_access_token_store.h |
index 8fbb25367898d4216b6880842ee288b938b7f326..df461465254d068a112292295a78576495100855 100644 |
--- a/content/shell/geolocation/shell_access_token_store.h |
+++ b/content/shell/geolocation/shell_access_token_store.h |
@@ -19,18 +19,17 @@ class ShellAccessTokenStore : public content::AccessTokenStore { |
content::ShellBrowserContext* shell_browser_context); |
private: |
- virtual ~ShellAccessTokenStore(); |
+ ~ShellAccessTokenStore() override; |
void GetRequestContextOnUIThread( |
content::ShellBrowserContext* shell_browser_context); |
void RespondOnOriginatingThread(const LoadAccessTokensCallbackType& callback); |
// AccessTokenStore |
- virtual void LoadAccessTokens( |
- const LoadAccessTokensCallbackType& callback) override; |
+ void LoadAccessTokens(const LoadAccessTokensCallbackType& callback) override; |
- virtual void SaveAccessToken( |
- const GURL& server_url, const base::string16& access_token) override; |
+ void SaveAccessToken(const GURL& server_url, |
+ const base::string16& access_token) override; |
content::ShellBrowserContext* shell_browser_context_; |
scoped_refptr<net::URLRequestContextGetter> system_request_context_; |