| Index: extensions/browser/api/storage/weak_unlimited_settings_storage.h
|
| diff --git a/extensions/browser/api/storage/weak_unlimited_settings_storage.h b/extensions/browser/api/storage/weak_unlimited_settings_storage.h
|
| index a92c8a158c376678c512052e4b53bba07671a70a..96e2419f7745947ff538e03ccb8a5b91be71c391 100644
|
| --- a/extensions/browser/api/storage/weak_unlimited_settings_storage.h
|
| +++ b/extensions/browser/api/storage/weak_unlimited_settings_storage.h
|
| @@ -5,10 +5,13 @@
|
| #ifndef EXTENSIONS_BROWSER_API_STORAGE_WEAK_UNLIMITED_SETTINGS_STORAGE_H_
|
| #define EXTENSIONS_BROWSER_API_STORAGE_WEAK_UNLIMITED_SETTINGS_STORAGE_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "extensions/browser/value_store/value_store.h"
|
|
|
| namespace extensions {
|
|
|