| Index: Source/WebKit/chromium/tests/IDBAbortOnCorruptTest.cpp
|
| diff --git a/Source/WebKit/chromium/tests/IDBAbortOnCorruptTest.cpp b/Source/WebKit/chromium/tests/IDBAbortOnCorruptTest.cpp
|
| index 453e15865c09a274fe91597298f2e9ce04ccbba3..f61fa2c003cfba81aeba3c54640f87ef28f72c4f 100644
|
| --- a/Source/WebKit/chromium/tests/IDBAbortOnCorruptTest.cpp
|
| +++ b/Source/WebKit/chromium/tests/IDBAbortOnCorruptTest.cpp
|
| @@ -25,16 +25,16 @@
|
|
|
| #include "config.h"
|
| #include <gtest/gtest.h>
|
| -#include "IDBCallbacks.h"
|
| -#include "IDBCursorBackendInterface.h"
|
| -#include "IDBDatabaseBackendInterface.h"
|
| -#include "IDBDatabaseCallbacks.h"
|
| -#include "IDBFactoryBackendImpl.h"
|
| #include "IDBFakeBackingStore.h"
|
| -#include "IDBKey.h"
|
| -#include "IndexedDB.h"
|
| #include "core/dom/DOMStringList.h"
|
| #include "core/page/SecurityOrigin.h"
|
| +#include "modules/indexeddb/IDBCallbacks.h"
|
| +#include "modules/indexeddb/IDBCursorBackendInterface.h"
|
| +#include "modules/indexeddb/IDBDatabaseBackendInterface.h"
|
| +#include "modules/indexeddb/IDBDatabaseCallbacks.h"
|
| +#include "modules/indexeddb/IDBFactoryBackendImpl.h"
|
| +#include "modules/indexeddb/IDBKey.h"
|
| +#include "modules/indexeddb/IndexedDB.h"
|
| #include <wtf/Vector.h>
|
|
|
| using namespace WebCore;
|
|
|