Index: chrome/browser/autocomplete/bookmark_provider.h |
diff --git a/chrome/browser/autocomplete/bookmark_provider.h b/chrome/browser/autocomplete/bookmark_provider.h |
index a6b4a475f8498b36ebd402fec38f098b5d8f6fba..19e50abbe5cfb32bae278843544a799fef43cddd 100644 |
--- a/chrome/browser/autocomplete/bookmark_provider.h |
+++ b/chrome/browser/autocomplete/bookmark_provider.h |
@@ -29,7 +29,7 @@ struct BookmarkMatch; |
// and visit counts and last visit dates, etc. into consideration while scoring. |
class BookmarkProvider : public AutocompleteProvider { |
public: |
- BookmarkProvider(AutocompleteProviderListener* listener, Profile* profile); |
+ explicit BookmarkProvider(Profile* profile); |
// When |minimal_changes| is true short circuit any additional searching and |
// leave the previous matches for this provider unchanged, otherwise perform |