| Index: third_party/WebKit/Source/core/inspector/InspectorResourceContainer.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorResourceContainer.h b/third_party/WebKit/Source/core/inspector/InspectorResourceContainer.h
|
| index e4e2ea38ea334ebb9cb3659fdbba91f461ae2625..1eb0706ba85b5336bfedf50a1eddeed7887b3501 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorResourceContainer.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorResourceContainer.h
|
| @@ -7,11 +7,11 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/text/StringHash.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|