| Index: components/offline_pages/offline_page_metadata_store_impl.h
|
| diff --git a/components/offline_pages/offline_page_metadata_store_impl.h b/components/offline_pages/offline_page_metadata_store_impl.h
|
| index e10fc33905f9208c7574b1e0b3576d35d55bd711..f5476f793aad5b5520284cabdd3a761a69233d7b 100644
|
| --- a/components/offline_pages/offline_page_metadata_store_impl.h
|
| +++ b/components/offline_pages/offline_page_metadata_store_impl.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGE_METADATA_STORE_IMPL_H_
|
| #define COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGE_METADATA_STORE_IMPL_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <vector>
|
|
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "components/leveldb_proto/proto_database.h"
|
|
|