| Index: Source/WebKit/chromium/tests/IDBBackingStoreTest.cpp
|
| diff --git a/Source/WebKit/chromium/tests/IDBBackingStoreTest.cpp b/Source/WebKit/chromium/tests/IDBBackingStoreTest.cpp
|
| index 2f89c508ccdc84222ba9e609ceea4e385983d409..71521d43be0988ca3349ca887569d2ad894542dd 100644
|
| --- a/Source/WebKit/chromium/tests/IDBBackingStoreTest.cpp
|
| +++ b/Source/WebKit/chromium/tests/IDBBackingStoreTest.cpp
|
| @@ -25,12 +25,12 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "IDBBackingStore.h"
|
| +#include "modules/indexeddb/IDBBackingStore.h"
|
|
|
| -#include "IDBFactoryBackendImpl.h"
|
| -#include "IDBLevelDBCoding.h"
|
| #include "core/page/SecurityOrigin.h"
|
| #include "core/platform/SharedBuffer.h"
|
| +#include "modules/indexeddb/IDBFactoryBackendImpl.h"
|
| +#include "modules/indexeddb/IDBLevelDBCoding.h"
|
|
|
| #include <gtest/gtest.h>
|
| #include <webkit/support/webkit_support.h>
|
|
|