| Index: chrome/browser/net/crl_set_fetcher.h
|
| diff --git a/chrome/browser/net/crl_set_fetcher.h b/chrome/browser/net/crl_set_fetcher.h
|
| index b5a3912decb9b46f436534661b7623dfcf945df8..a938c11553814105e5daf1c2754d16fd1594e134 100644
|
| --- a/chrome/browser/net/crl_set_fetcher.h
|
| +++ b/chrome/browser/net/crl_set_fetcher.h
|
| @@ -33,11 +33,11 @@ class CRLSetFetcher : public component_updater::ComponentInstaller,
|
| void DeleteFromDisk(const base::FilePath& path);
|
|
|
| // ComponentInstaller interface
|
| - virtual void OnUpdateError(int error) OVERRIDE;
|
| + virtual void OnUpdateError(int error) override;
|
| virtual bool Install(const base::DictionaryValue& manifest,
|
| - const base::FilePath& unpack_path) OVERRIDE;
|
| + const base::FilePath& unpack_path) override;
|
| virtual bool GetInstalledFile(const std::string& file,
|
| - base::FilePath* installed_file) OVERRIDE;
|
| + base::FilePath* installed_file) override;
|
|
|
| private:
|
| friend class base::RefCountedThreadSafe<CRLSetFetcher>;
|
|
|