| Index: third_party/WebKit/Source/core/inspector/DevToolsHost.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/DevToolsHost.h b/third_party/WebKit/Source/core/inspector/DevToolsHost.h
|
| index 1571118a19ff39b54252621e91aa047a61a96e51..a0aa214bbe34eafe715b3e8be8c76e8a3d89d5c3 100644
|
| --- a/third_party/WebKit/Source/core/inspector/DevToolsHost.h
|
| +++ b/third_party/WebKit/Source/core/inspector/DevToolsHost.h
|
| @@ -31,8 +31,8 @@
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|