| Index: remoting/client/token_fetcher_proxy.h
 | 
| diff --git a/remoting/client/token_fetcher_proxy.h b/remoting/client/token_fetcher_proxy.h
 | 
| index 708bf81bf5502cce688f2075371911493fce5f8c..e71aa04611ed37835df0a929648e73ed17fed960 100644
 | 
| --- a/remoting/client/token_fetcher_proxy.h
 | 
| +++ b/remoting/client/token_fetcher_proxy.h
 | 
| @@ -22,10 +22,10 @@ class TokenFetcherProxy
 | 
|  
 | 
|    TokenFetcherProxy(const TokenFetcherCallback& token_fetcher_impl,
 | 
|                      const std::string& host_public_key);
 | 
| -  virtual ~TokenFetcherProxy();
 | 
| +  ~TokenFetcherProxy() override;
 | 
|  
 | 
|    // protocol::TokenClientAuthenticator::TokenFetcher interface.
 | 
| -  virtual void FetchThirdPartyToken(
 | 
| +  void FetchThirdPartyToken(
 | 
|        const GURL& token_url,
 | 
|        const std::string& scope,
 | 
|        const TokenFetchedCallback& token_fetched_callback) override;
 | 
| 
 |