| Index: third_party/WebKit/Source/core/inspector/InspectorInputAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h
|
| index 187b693812b6d549da05be636b883970c5eba677..6d9f19076cc9de3631c1d121124e715b0cd121fc 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h
|
| @@ -34,8 +34,8 @@
|
| #include "core/CoreExport.h"
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| #include "core/inspector/protocol/Input.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
| class InspectedFrames;
|
|
|