| Index: content/browser/indexed_db/indexed_db_factory_impl.h
|
| diff --git a/content/browser/indexed_db/indexed_db_factory_impl.h b/content/browser/indexed_db/indexed_db_factory_impl.h
|
| index d225fd9173c0f376b5e8c55df0a8818484d40c47..b8a8d1a98ce97e6141eb7e568b6fe2199e4d290f 100644
|
| --- a/content/browser/indexed_db/indexed_db_factory_impl.h
|
| +++ b/content/browser/indexed_db/indexed_db_factory_impl.h
|
| @@ -5,11 +5,14 @@
|
| #ifndef CONTENT_BROWSER_INDEXED_DB_INDEXED_DB_FACTORY_IMPL_H_
|
| #define CONTENT_BROWSER_INDEXED_DB_INDEXED_DB_FACTORY_IMPL_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <map>
|
| #include <set>
|
| #include <string>
|
|
|
| #include "base/gtest_prod_util.h"
|
| +#include "base/macros.h"
|
| #include "content/browser/indexed_db/indexed_db_factory.h"
|
|
|
| namespace content {
|
|
|