| Index: components/history/core/browser/history_client.cc
|
| diff --git a/components/history/core/browser/history_client.cc b/components/history/core/browser/history_client.cc
|
| index 2dba777f7340929ddbd82be0ff9aa2e0ec6f033f..8e5171f68f44209828386790218b4090973f712e 100644
|
| --- a/components/history/core/browser/history_client.cc
|
| +++ b/components/history/core/browser/history_client.cc
|
| @@ -6,6 +6,9 @@
|
|
|
| namespace history {
|
|
|
| +HistoryClient::HistoryClient() {
|
| +}
|
| +
|
| void HistoryClient::BlockUntilBookmarksLoaded() {
|
| }
|
|
|
| @@ -23,7 +26,4 @@ bool HistoryClient::ShouldReportDatabaseError() {
|
| return false;
|
| }
|
|
|
| -HistoryClient::HistoryClient() {
|
| -}
|
| -
|
| -}
|
| +} // namespace history
|
|
|