Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / autocomplete / bookmark_provider.h
index 81ace5b..8d42ab5 100644 (file)
@@ -34,8 +34,7 @@ class BookmarkProvider : public AutocompleteProvider {
   // When |minimal_changes| is true short circuit any additional searching and
   // leave the previous matches for this provider unchanged, otherwise perform
   // a complete search for |input| across all bookmark titles.
-  virtual void Start(const AutocompleteInput& input,
-                     bool minimal_changes) OVERRIDE;
+  void Start(const AutocompleteInput& input, bool minimal_changes) override;
 
   // Sets the BookmarkModel for unit tests.
   void set_bookmark_model_for_testing(BookmarkModel* bookmark_model) {
@@ -45,7 +44,7 @@ class BookmarkProvider : public AutocompleteProvider {
  private:
   FRIEND_TEST_ALL_PREFIXES(BookmarkProviderTest, InlineAutocompletion);
 
-  virtual ~BookmarkProvider();
+  ~BookmarkProvider() override;
 
   // Performs the actual matching of |input| over the bookmarks and fills in
   // |matches_|.