| Index: Source/core/inspector/InspectorIndexedDBAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorIndexedDBAgent.cpp b/Source/core/inspector/InspectorIndexedDBAgent.cpp
|
| index 3975d15f783ec55377134cdaa5f1a0716d249b69..67aef26f10035b0c30e5b68ea34ed0ac9176bc16 100644
|
| --- a/Source/core/inspector/InspectorIndexedDBAgent.cpp
|
| +++ b/Source/core/inspector/InspectorIndexedDBAgent.cpp
|
| @@ -58,7 +58,7 @@
|
| #include "modules/indexeddb/IDBRequest.h"
|
| #include "modules/indexeddb/IDBTransaction.h"
|
| #include "platform/JSONValues.h"
|
| -#include "weborigin/SecurityOrigin.h"
|
| +#include "platform/weborigin/SecurityOrigin.h"
|
| #include "wtf/Vector.h"
|
|
|
| using WebCore::TypeBuilder::Array;
|
|
|