| Index: content/browser/indexed_db/leveldb/leveldb_transaction.h
|
| diff --git a/content/browser/indexed_db/leveldb/leveldb_transaction.h b/content/browser/indexed_db/leveldb/leveldb_transaction.h
|
| index 39d1a30b98036b61f69ecc72caaa98699bca714d..cde10f4d66c9217864bb21142e6de7443ffb256a 100644
|
| --- a/content/browser/indexed_db/leveldb/leveldb_transaction.h
|
| +++ b/content/browser/indexed_db/leveldb/leveldb_transaction.h
|
| @@ -27,7 +27,7 @@ class CONTENT_EXPORT LevelDBTransaction
|
|
|
| void Put(const LevelDBSlice& key, const std::vector<char>& value);
|
| void Remove(const LevelDBSlice& key);
|
| - bool Get(const LevelDBSlice& key, std::vector<char>& value, bool& found);
|
| + bool Get(const LevelDBSlice& key, std::string* value, bool& found);
|
| bool Commit();
|
| void Rollback();
|
|
|
|
|