| Index: Source/modules/indexeddb/IDBFactory.cpp
|
| diff --git a/Source/modules/indexeddb/IDBFactory.cpp b/Source/modules/indexeddb/IDBFactory.cpp
|
| index f5d4da2153e6bf8c11dd6d77ee0a187e72df3a21..af7c44a501cd90c97197f3816352a3202fc70270 100644
|
| --- a/Source/modules/indexeddb/IDBFactory.cpp
|
| +++ b/Source/modules/indexeddb/IDBFactory.cpp
|
| @@ -40,9 +40,9 @@
|
| #include "modules/indexeddb/IDBHistograms.h"
|
| #include "modules/indexeddb/IDBKey.h"
|
| #include "modules/indexeddb/IDBTracing.h"
|
| +#include "platform/weborigin/DatabaseIdentifier.h"
|
| +#include "platform/weborigin/SecurityOrigin.h"
|
| #include "public/platform/Platform.h"
|
| -#include "weborigin/DatabaseIdentifier.h"
|
| -#include "weborigin/SecurityOrigin.h"
|
|
|
| namespace WebCore {
|
|
|
|
|