| Index: third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| index de4d23023b4602a374d676f5b4e74a157dd8a9a4..0080aa157c2dc73ff81b9518c3a08693d1b5819e 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| @@ -35,10 +35,9 @@
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| #include "core/inspector/protocol/Page.h"
|
| #include "core/page/ChromeClient.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/text/WTFString.h"
|
| -
|
| -#include <v8-inspector.h>
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| +#include "v8/include/v8-inspector.h"
|
|
|
| namespace blink {
|
|
|
|
|