| Index: third_party/WebKit/Source/core/inspector/IdentifiersFactory.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/IdentifiersFactory.cpp b/third_party/WebKit/Source/core/inspector/IdentifiersFactory.cpp
|
| index 0b8db126ef5d80eaf6ed2fcee54694e550f7253b..e7bc1eb090070d83fbb6da8741f88c9c848ca609 100644
|
| --- a/third_party/WebKit/Source/core/inspector/IdentifiersFactory.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/IdentifiersFactory.cpp
|
| @@ -29,9 +29,9 @@
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/inspector/InspectedFrames.h"
|
| #include "core/loader/DocumentLoader.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
| #include "public/platform/Platform.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
|
|
|
|