Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / google / google_url_tracker_factory.h
index 58688cb..cf0036f 100644 (file)
@@ -25,17 +25,17 @@ class GoogleURLTrackerFactory : public BrowserContextKeyedServiceFactory {
   friend struct DefaultSingletonTraits<GoogleURLTrackerFactory>;
 
   GoogleURLTrackerFactory();
-  virtual ~GoogleURLTrackerFactory();
+  ~GoogleURLTrackerFactory() override;
 
   // BrowserContextKeyedServiceFactory:
-  virtual KeyedService* BuildServiceInstanceFor(
-      content::BrowserContext* profile) const OVERRIDE;
-  virtual void RegisterProfilePrefs(
-      user_prefs::PrefRegistrySyncable* registry) OVERRIDE;
-  virtual content::BrowserContext* GetBrowserContextToUse(
-      content::BrowserContext* context) const OVERRIDE;
-  virtual bool ServiceIsCreatedWithBrowserContext() const OVERRIDE;
-  virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
+  KeyedService* BuildServiceInstanceFor(
+      content::BrowserContext* profile) const override;
+  void RegisterProfilePrefs(
+      user_prefs::PrefRegistrySyncable* registry) override;
+  content::BrowserContext* GetBrowserContextToUse(
+      content::BrowserContext* context) const override;
+  bool ServiceIsCreatedWithBrowserContext() const override;
+  bool ServiceIsNULLWhileTesting() const override;
 
   DISALLOW_COPY_AND_ASSIGN(GoogleURLTrackerFactory);
 };