| Index: components/history/core/browser/web_history_service.h
|
| diff --git a/components/history/core/browser/web_history_service.h b/components/history/core/browser/web_history_service.h
|
| index c58e07c973debc646f67e25239b5511ccadd5ca8..2ce04b15795a13d978adbe3bae40e18fba0a4419 100644
|
| --- a/components/history/core/browser/web_history_service.h
|
| +++ b/components/history/core/browser/web_history_service.h
|
| @@ -5,10 +5,13 @@
|
| #ifndef COMPONENTS_HISTORY_CORE_BROWSER_WEB_HISTORY_SERVICE_H_
|
| #define COMPONENTS_HISTORY_CORE_BROWSER_WEB_HISTORY_SERVICE_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <set>
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "components/history/core/browser/history_types.h"
|
|
|