Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / search / suggestions / suggestions_service_factory.h
index d783ca7..bc337d1 100644 (file)
@@ -27,15 +27,15 @@ class SuggestionsServiceFactory : public BrowserContextKeyedServiceFactory {
   friend struct DefaultSingletonTraits<SuggestionsServiceFactory>;
 
   SuggestionsServiceFactory();
-  virtual ~SuggestionsServiceFactory();
+  ~SuggestionsServiceFactory() override;
 
   // Overrides from BrowserContextKeyedServiceFactory:
-  virtual content::BrowserContext* GetBrowserContextToUse(
-      content::BrowserContext* context) const OVERRIDE;
-  virtual KeyedService* BuildServiceInstanceFor(
-      content::BrowserContext* profile) const OVERRIDE;
-  virtual void RegisterProfilePrefs(
-      user_prefs::PrefRegistrySyncable* registry) OVERRIDE;
+  content::BrowserContext* GetBrowserContextToUse(
+      content::BrowserContext* context) const override;
+  KeyedService* BuildServiceInstanceFor(
+      content::BrowserContext* profile) const override;
+  void RegisterProfilePrefs(
+      user_prefs::PrefRegistrySyncable* registry) override;
 
   DISALLOW_COPY_AND_ASSIGN(SuggestionsServiceFactory);
 };