| Index: components/history/core/test/history_client_fake_bookmarks.h
|
| diff --git a/components/history/core/test/history_client_fake_bookmarks.h b/components/history/core/test/history_client_fake_bookmarks.h
|
| index 71db9fe2f28c67e967addfc2e28e66d85bf944d0..b4afeb15979ec1a899f1a855e62c49746b232898 100644
|
| --- a/components/history/core/test/history_client_fake_bookmarks.h
|
| +++ b/components/history/core/test/history_client_fake_bookmarks.h
|
| @@ -24,8 +24,8 @@ class HistoryClientFakeBookmarks : public HistoryClient {
|
| void DelBookmark(const GURL& url);
|
|
|
| // HistoryClient:
|
| - virtual bool IsBookmarked(const GURL& url) OVERRIDE;
|
| - virtual void GetBookmarks(std::vector<URLAndTitle>* bookmarks) OVERRIDE;
|
| + virtual bool IsBookmarked(const GURL& url) override;
|
| + virtual void GetBookmarks(std::vector<URLAndTitle>* bookmarks) override;
|
|
|
| private:
|
| std::map<GURL, base::string16> bookmarks_;
|
|
|