| Index: Source/core/inspector/InspectorDOMStorageAgent.h
|
| diff --git a/Source/core/inspector/InspectorDOMStorageAgent.h b/Source/core/inspector/InspectorDOMStorageAgent.h
|
| index 6a0c7b70da71ed7721b80b4ec6520c21dde9cb39..6461f383b4875a76ea0832922d85ef8e0fa7495f 100644
|
| --- a/Source/core/inspector/InspectorDOMStorageAgent.h
|
| +++ b/Source/core/inspector/InspectorDOMStorageAgent.h
|
| @@ -30,7 +30,7 @@
|
| #define InspectorDOMStorageAgent_h
|
|
|
| #include "InspectorBaseAgent.h"
|
| -#include "StorageArea.h"
|
| +#include "core/storage/StorageArea.h"
|
| #include <wtf/HashMap.h>
|
| #include <wtf/PassOwnPtr.h>
|
| #include <wtf/text/WTFString.h>
|
|
|