Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / autocomplete / history_quick_provider.h
index 19ad7f3..fbd93f4 100644 (file)
@@ -31,8 +31,7 @@ class HistoryQuickProvider : public HistoryProvider {
 
   // AutocompleteProvider. |minimal_changes| is ignored since there is no asynch
   // completion performed.
-  virtual void Start(const AutocompleteInput& input,
-                     bool minimal_changes) OVERRIDE;
+  void Start(const AutocompleteInput& input, bool minimal_changes) override;
 
   // Disable this provider. For unit testing purposes only. This is required
   // because this provider is closely associated with the HistoryURLProvider
@@ -46,7 +45,7 @@ class HistoryQuickProvider : public HistoryProvider {
   FRIEND_TEST_ALL_PREFIXES(HistoryQuickProviderTest, Spans);
   FRIEND_TEST_ALL_PREFIXES(HistoryQuickProviderTest, Relevance);
 
-  virtual ~HistoryQuickProvider();
+  ~HistoryQuickProvider() override;
 
   // Performs the autocomplete matching and scoring.
   void DoAutocomplete();