| Index: chrome/browser/history/history_service.h
|
| diff --git a/chrome/browser/history/history_service.h b/chrome/browser/history/history_service.h
|
| index 1bc53f475f7f22c5ff7673d36307b9a0f4c87786..cd255379ce57fed0bf4e460075eeeb2fceb04138 100644
|
| --- a/chrome/browser/history/history_service.h
|
| +++ b/chrome/browser/history/history_service.h
|
| @@ -23,7 +23,6 @@
|
| #include "base/time/time.h"
|
| #include "chrome/browser/common/cancelable_request.h"
|
| #include "chrome/browser/history/delete_directive_handler.h"
|
| -#include "chrome/browser/history/history_types.h"
|
| #include "chrome/browser/history/typed_url_syncable_service.h"
|
| #include "chrome/common/ref_counted_util.h"
|
| #include "components/favicon_base/favicon_callback.h"
|
| @@ -75,6 +74,7 @@ class VisitFilter;
|
| struct DownloadRow;
|
| struct HistoryAddPageArgs;
|
| struct HistoryDetails;
|
| +struct KeywordSearchTermVisit;
|
|
|
| } // namespace history
|
|
|
|
|