| Index: chrome/browser/history/scored_history_match_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/history/scored_history_match_unittest.cc (revision 181040)
|
| +++ chrome/browser/history/scored_history_match_unittest.cc (working copy)
|
| @@ -276,7 +276,7 @@
|
| virtual ~BookmarkServiceMock() {}
|
|
|
| // Returns true if the given |url| is the same as |url_|.
|
| - bool IsBookmarked(const GURL& url) OVERRIDE;
|
| + virtual bool IsBookmarked(const GURL& url) OVERRIDE;
|
|
|
| // Required but unused.
|
| virtual void GetBookmarks(std::vector<URLAndTitle>* bookmarks) OVERRIDE {}
|
|
|