| Index: Source/modules/indexeddb/IDBFactory.cpp
|
| diff --git a/Source/modules/indexeddb/IDBFactory.cpp b/Source/modules/indexeddb/IDBFactory.cpp
|
| index 233cbfa0c660df21781779681720206e5191672a..18ec8dbc8549e6f0cf21db82ac86949480750666 100644
|
| --- a/Source/modules/indexeddb/IDBFactory.cpp
|
| +++ b/Source/modules/indexeddb/IDBFactory.cpp
|
| @@ -42,8 +42,8 @@
|
| #include "modules/indexeddb/IDBOpenDBRequest.h"
|
| #include "modules/indexeddb/IDBTracing.h"
|
| #include "public/platform/Platform.h"
|
| -#include "weborigin/DatabaseIdentifier.h"
|
| -#include "weborigin/SecurityOrigin.h"
|
| +#include "platform/weborigin/DatabaseIdentifier.h"
|
| +#include "platform/weborigin/SecurityOrigin.h"
|
|
|
| namespace WebCore {
|
|
|
|
|