| Index: chrome/browser/ui/webui/history_ui.h
|
| diff --git a/chrome/browser/ui/webui/history_ui.h b/chrome/browser/ui/webui/history_ui.h
|
| index 3487c933d0898c67b750efe1d6573f4bdc256f73..cb880b9a87390dd31ddd64890748c5294ee21595 100644
|
| --- a/chrome/browser/ui/webui/history_ui.h
|
| +++ b/chrome/browser/ui/webui/history_ui.h
|
| @@ -13,11 +13,10 @@
|
| #include "base/task/cancelable_task_tracker.h"
|
| #include "base/timer/timer.h"
|
| #include "base/values.h"
|
| +#include "chrome/browser/history/web_history_service.h"
|
| #include "components/history/core/browser/history_service_observer.h"
|
| -#include "components/history/core/browser/web_history_service.h"
|
| #include "content/public/browser/web_ui_controller.h"
|
| #include "content/public/browser/web_ui_message_handler.h"
|
| -#include "ui/base/layout.h"
|
|
|
| class HistoryService;
|
| class ProfileSyncService;
|
|
|