| Index: third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.h
|
| diff --git a/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.h b/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.h
|
| index a6e32ad26635ca5ec6acd28f2fec18ce0c9f0a3f..d6d9044de39872ca5b2e2bbba28c04e43ad3fddd 100644
|
| --- a/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.h
|
| +++ b/third_party/WebKit/Source/modules/storage/InspectorDOMStorageAgent.h
|
| @@ -33,8 +33,8 @@
|
| #include "core/inspector/protocol/DOMStorage.h"
|
| #include "modules/ModulesExport.h"
|
| #include "modules/storage/StorageArea.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|