Index: chrome/browser/search/hotword_audio_history_handler.cc |
diff --git a/chrome/browser/search/hotword_audio_history_handler.cc b/chrome/browser/search/hotword_audio_history_handler.cc |
index d6c6384b55e41f25755e0d40fb653669958e3e95..7c84b156e9ac00094b1ca6ded31b6c7a33af073c 100644 |
--- a/chrome/browser/search/hotword_audio_history_handler.cc |
+++ b/chrome/browser/search/hotword_audio_history_handler.cc |
@@ -6,10 +6,10 @@ |
#include "base/prefs/pref_service.h" |
#include "chrome/browser/extensions/api/hotword_private/hotword_private_api.h" |
-#include "chrome/browser/history/web_history_service.h" |
#include "chrome/browser/history/web_history_service_factory.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/common/pref_names.h" |
+#include "components/history/core/browser/web_history_service.h" |
using extensions::BrowserContextKeyedAPIFactory; |
using extensions::HotwordPrivateEventService; |