| Index: extensions/browser/value_store/testing_value_store.h
|
| diff --git a/extensions/browser/value_store/testing_value_store.h b/extensions/browser/value_store/testing_value_store.h
|
| index f4396946ad30f2dacf191b543a08ac46c8c1ad8f..55ed6b62e95cc7005b6402bb9d860993b8872217 100644
|
| --- a/extensions/browser/value_store/testing_value_store.h
|
| +++ b/extensions/browser/value_store/testing_value_store.h
|
| @@ -5,10 +5,13 @@
|
| #ifndef EXTENSIONS_BROWSER_VALUE_STORE_TESTING_VALUE_STORE_H_
|
| #define EXTENSIONS_BROWSER_VALUE_STORE_TESTING_VALUE_STORE_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"
|
|
|
| // ValueStore for testing, with an in-memory storage but the ability to
|
|
|