Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / android / omnibox / autocomplete_controller_android.h
index 25e9357..f3ee478 100644 (file)
@@ -75,7 +75,7 @@ class AutocompleteControllerAndroid : public AutocompleteControllerDelegate,
       jstring query);
 
   // KeyedService:
-  virtual void Shutdown() OVERRIDE;
+  virtual void Shutdown() override;
 
   class Factory : public BrowserContextKeyedServiceFactory {
    public:
@@ -87,7 +87,7 @@ class AutocompleteControllerAndroid : public AutocompleteControllerDelegate,
 
    protected:
     virtual content::BrowserContext* GetBrowserContextToUse(
-        content::BrowserContext* context) const OVERRIDE;
+        content::BrowserContext* context) const override;
 
    private:
     friend struct DefaultSingletonTraits<Factory>;
@@ -97,7 +97,7 @@ class AutocompleteControllerAndroid : public AutocompleteControllerDelegate,
 
     // BrowserContextKeyedServiceFactory
     virtual KeyedService* BuildServiceInstanceFor(
-        content::BrowserContext* profile) const OVERRIDE;
+        content::BrowserContext* profile) const override;
   };
 
  private:
@@ -105,7 +105,7 @@ class AutocompleteControllerAndroid : public AutocompleteControllerDelegate,
   void InitJNI(JNIEnv* env, jobject obj);
 
   // AutocompleteControllerDelegate implementation.
-  virtual void OnResultChanged(bool default_match_changed) OVERRIDE;
+  virtual void OnResultChanged(bool default_match_changed) override;
 
   // Notifies the Java AutocompleteController that suggestions were received
   // based on the text the user typed in last.