| Index: third_party/WebKit/Source/core/inspector/IdentifiersFactory.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/IdentifiersFactory.h b/third_party/WebKit/Source/core/inspector/IdentifiersFactory.h
|
| index 021e42defdf2e865265dc9601676bd8c0646171e..2ed649da30f51f3b79de92a3efb03b87167eaf6c 100644
|
| --- a/third_party/WebKit/Source/core/inspector/IdentifiersFactory.h
|
| +++ b/third_party/WebKit/Source/core/inspector/IdentifiersFactory.h
|
| @@ -27,8 +27,8 @@
|
| #define IdentifiersFactory_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|