| Index: content/browser/indexed_db/indexed_db_backing_store_unittest.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_backing_store_unittest.cc b/content/browser/indexed_db/indexed_db_backing_store_unittest.cc
|
| index 6bda8b91568336a160ea5243689acfcc154a0ff3..114b842de09c75075a192ef32ec742c7e66760e5 100644
|
| --- a/content/browser/indexed_db/indexed_db_backing_store_unittest.cc
|
| +++ b/content/browser/indexed_db/indexed_db_backing_store_unittest.cc
|
| @@ -9,7 +9,7 @@
|
| #include "base/logging.h"
|
| #include "base/string16.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "content/browser/indexed_db/indexed_db_factory_impl.h"
|
| +#include "content/browser/indexed_db/indexed_db_factory.h"
|
| #include "content/browser/indexed_db/indexed_db_leveldb_coding.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h"
|
| @@ -327,7 +327,7 @@ TEST_F(IndexedDBBackingStoreTest, CreateDatabase) {
|
| }
|
| }
|
|
|
| -class MockIDBFactory : public IndexedDBFactoryImpl {
|
| +class MockIDBFactory : public IndexedDBFactory {
|
| public:
|
| static scoped_refptr<MockIDBFactory> Create() {
|
| return make_scoped_refptr(new MockIDBFactory());
|
|
|