| Index: content/browser/indexed_db/indexed_db_database.h
|
| diff --git a/content/browser/indexed_db/indexed_db_database.h b/content/browser/indexed_db/indexed_db_database.h
|
| index 4e05fee99718780f5acac774c443716d1e14117b..ae3b1b1a22ee90204efb68f6a74899045e3d635a 100644
|
| --- a/content/browser/indexed_db/indexed_db_database.h
|
| +++ b/content/browser/indexed_db/indexed_db_database.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <list>
|
| #include <map>
|
| +#include <string>
|
| #include <vector>
|
|
|
| #include "base/basictypes.h"
|
| @@ -119,7 +120,7 @@ class CONTENT_EXPORT IndexedDBDatabase
|
| scoped_refptr<IndexedDBCallbacks> callbacks);
|
| void Put(int64 transaction_id,
|
| int64 object_store_id,
|
| - std::vector<char>* value,
|
| + std::string* value,
|
| scoped_ptr<IndexedDBKey> key,
|
| PutMode mode,
|
| scoped_refptr<IndexedDBCallbacks> callbacks,
|
|
|