Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / net / crl_set_fetcher.h
index b5a3912..d6e74d7 100644 (file)
@@ -33,16 +33,16 @@ class CRLSetFetcher : public component_updater::ComponentInstaller,
   void DeleteFromDisk(const base::FilePath& path);
 
   // ComponentInstaller interface
-  virtual void OnUpdateError(int error) OVERRIDE;
-  virtual bool Install(const base::DictionaryValue& manifest,
-                       const base::FilePath& unpack_path) OVERRIDE;
-  virtual bool GetInstalledFile(const std::string& file,
-                                base::FilePath* installed_file) OVERRIDE;
+  void OnUpdateError(int error) override;
+  bool Install(const base::DictionaryValue& manifest,
+               const base::FilePath& unpack_path) override;
+  bool GetInstalledFile(const std::string& file,
+                        base::FilePath* installed_file) override;
 
  private:
   friend class base::RefCountedThreadSafe<CRLSetFetcher>;
 
-  virtual ~CRLSetFetcher();
+  ~CRLSetFetcher() override;
 
   // GetCRLSetbase::FilePath gets the path of the CRL set file in the user data
   // dir.