| Index: remoting/client/token_fetcher_proxy.h
|
| diff --git a/remoting/client/token_fetcher_proxy.h b/remoting/client/token_fetcher_proxy.h
|
| index f7cec09bbca63fcb2495612ccf82460847a31e9d..708bf81bf5502cce688f2075371911493fce5f8c 100644
|
| --- a/remoting/client/token_fetcher_proxy.h
|
| +++ b/remoting/client/token_fetcher_proxy.h
|
| @@ -28,7 +28,7 @@ class TokenFetcherProxy
|
| virtual void FetchThirdPartyToken(
|
| const GURL& token_url,
|
| const std::string& scope,
|
| - const TokenFetchedCallback& token_fetched_callback) OVERRIDE;
|
| + const TokenFetchedCallback& token_fetched_callback) override;
|
|
|
| // Called by the token fetching implementation when the token is fetched.
|
| void OnTokenFetched(const std::string& token,
|
|
|