| Index: chrome/browser/history/chrome_history_client.h
|
| diff --git a/chrome/browser/history/chrome_history_client.h b/chrome/browser/history/chrome_history_client.h
|
| index 24fc1d37a3e47a86479c86dad0671a6f98d444d3..d4035d3298304dbd334b21993d96718d012a7264 100644
|
| --- a/chrome/browser/history/chrome_history_client.h
|
| +++ b/chrome/browser/history/chrome_history_client.h
|
| @@ -21,6 +21,7 @@ class ChromeHistoryClient : public history::HistoryClient {
|
| virtual bool IsBookmarked(const GURL& url) OVERRIDE;
|
| virtual void GetBookmarks(
|
| std::vector<history::URLAndTitle>* bookmarks) OVERRIDE;
|
| + virtual void NotifyProfileError(sql::InitStatus init_status) OVERRIDE;
|
|
|
| // KeyedService:
|
| virtual void Shutdown() OVERRIDE;
|
|
|