| Index: content/browser/indexed_db/indexed_db_value.h
|
| diff --git a/content/browser/indexed_db/indexed_db_value.h b/content/browser/indexed_db/indexed_db_value.h
|
| index 9a5385f5266d944e9a5e9481156d1073aeefeb8f..d313038dd697cac56c496e73194f35ff38c0ec4e 100644
|
| --- a/content/browser/indexed_db/indexed_db_value.h
|
| +++ b/content/browser/indexed_db/indexed_db_value.h
|
| @@ -5,7 +5,10 @@
|
| #ifndef CONTENT_BROWSER_INDEXED_DB_INDEXED_DB_VALUE_H_
|
| #define CONTENT_BROWSER_INDEXED_DB_INDEXED_DB_VALUE_H_
|
|
|
| +#include <algorithm>
|
| +#include <string>
|
| #include <vector>
|
| +
|
| #include "content/browser/indexed_db/indexed_db_blob_info.h"
|
| #include "content/common/content_export.h"
|
|
|
|
|