| Index: chrome/browser/local_discovery/privet_url_fetcher.h
|
| diff --git a/chrome/browser/local_discovery/privet_url_fetcher.h b/chrome/browser/local_discovery/privet_url_fetcher.h
|
| index a4c4108cc8c1a445ea6b265286e0098f5511f68d..8bae4a7d5bd881b55ab4ce243e6dd688984d5963 100644
|
| --- a/chrome/browser/local_discovery/privet_url_fetcher.h
|
| +++ b/chrome/browser/local_discovery/privet_url_fetcher.h
|
| @@ -74,7 +74,7 @@ class PrivetURLFetcher : public net::URLFetcherDelegate {
|
| virtual ~PrivetURLFetcher();
|
|
|
| // net::URLFetcherDelegate methods.
|
| - virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
|
|
|
| static void SetTokenForHost(const std::string& host,
|
| const std::string& token);
|
|
|