| Index: content/browser/indexed_db/indexed_db_database_unittest.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_database_unittest.cc b/content/browser/indexed_db/indexed_db_database_unittest.cc
|
| index e3254527cdb01626e92e3de95568d588d3469d71..7b322ef8f427a7d0045e1647fc5d74a8fb2920cf 100644
|
| --- a/content/browser/indexed_db/indexed_db_database_unittest.cc
|
| +++ b/content/browser/indexed_db/indexed_db_database_unittest.cc
|
| @@ -333,7 +333,8 @@ TEST_F(IndexedDBDatabaseTest, ConnectionRequestsNoLongerValid) {
|
| EXPECT_EQ(db->PendingOpenDeleteCount(), 0UL);
|
| }
|
|
|
| -void DummyOperation(IndexedDBTransaction* transaction) {
|
| +leveldb::Status DummyOperation(IndexedDBTransaction* transaction) {
|
| + return leveldb::Status::OK();
|
| }
|
|
|
| class IndexedDBDatabaseOperationTest : public testing::Test {
|
|
|