| Index: content/browser/indexed_db/mock_indexed_db_factory.h
|
| diff --git a/content/browser/indexed_db/mock_indexed_db_factory.h b/content/browser/indexed_db/mock_indexed_db_factory.h
|
| index b480758692c9525faf15c18f4b3e3e3796834b84..207edf34572606406244d80093aeb2b05fd6d577 100644
|
| --- a/content/browser/indexed_db/mock_indexed_db_factory.h
|
| +++ b/content/browser/indexed_db/mock_indexed_db_factory.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef CONTENT_BROWSER_INDEXED_DB_MOCK_INDEXED_DB_FACTORY_H_
|
| #define CONTENT_BROWSER_INDEXED_DB_MOCK_INDEXED_DB_FACTORY_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "content/browser/indexed_db/indexed_db_factory.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
|
|