| Index: extensions/browser/content_hash_fetcher.cc
|
| diff --git a/extensions/browser/content_hash_fetcher.cc b/extensions/browser/content_hash_fetcher.cc
|
| index 3ffdcc01465144e2a5a4497e03762fe4b3d29f66..cbf032d2a606726b796ab68a3a82a5ec02f7a875 100644
|
| --- a/extensions/browser/content_hash_fetcher.cc
|
| +++ b/extensions/browser/content_hash_fetcher.cc
|
| @@ -97,7 +97,7 @@ class ContentHashFetcherJob
|
| void DoneCheckingForVerifiedContents(bool found);
|
|
|
| // URLFetcherDelegate interface
|
| - virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
|
|
|
| // Callback for when we're done ensuring we have verified contents, and are
|
| // ready to move on to MaybeCreateHashes.
|
|
|