Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / apps / saved_files_service_factory.h
index d8bc3ee..b7f4715 100644 (file)
@@ -23,11 +23,11 @@ class SavedFilesServiceFactory : public BrowserContextKeyedServiceFactory {
 
  private:
   SavedFilesServiceFactory();
-  virtual ~SavedFilesServiceFactory();
+  ~SavedFilesServiceFactory() override;
   friend struct DefaultSingletonTraits<SavedFilesServiceFactory>;
 
-  virtual KeyedService* BuildServiceInstanceFor(
-      content::BrowserContext* profile) const OVERRIDE;
+  KeyedService* BuildServiceInstanceFor(
+      content::BrowserContext* profile) const override;
 };
 
 }  // namespace apps