| Index: Source/core/inspector/InspectorDOMStorageAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorDOMStorageAgent.cpp b/Source/core/inspector/InspectorDOMStorageAgent.cpp
|
| index 0fe0bac428e45d332901d58611c1ce335ff8bf69..daa2995f7d72476d19e38ae22c85f2376e1ed092 100644
|
| --- a/Source/core/inspector/InspectorDOMStorageAgent.cpp
|
| +++ b/Source/core/inspector/InspectorDOMStorageAgent.cpp
|
| @@ -30,8 +30,8 @@
|
| #include "config.h"
|
| #include "InspectorDOMStorageAgent.h"
|
|
|
| -#include "Database.h"
|
| #include "DOMWindow.h"
|
| +#include "Database.h"
|
| #include "Document.h"
|
| #include "ExceptionCode.h"
|
| #include "ExceptionCodeDescription.h"
|
| @@ -44,11 +44,11 @@
|
| #include "Page.h"
|
| #include "PageGroup.h"
|
| #include "SecurityOrigin.h"
|
| -#include "Storage.h"
|
| -#include "StorageArea.h"
|
| -#include "StorageNamespace.h"
|
| #include "VoidCallback.h"
|
| #include "WebCoreMemoryInstrumentation.h"
|
| +#include "core/storage/Storage.h"
|
| +#include "core/storage/StorageArea.h"
|
| +#include "core/storage/StorageNamespace.h"
|
|
|
| #include <wtf/MemoryInstrumentationHashMap.h>
|
| #include <wtf/Vector.h>
|
|
|