| Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
 | 
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
 | 
| index 865f3bd5b38861b06c31f568de446806554056a0..e4ed46a6e3164cd27861ebf0416da4114657dd7a 100644
 | 
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
 | 
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
 | 
| @@ -4,9 +4,6 @@
 | 
|  
 | 
|  #include "platform/v8_inspector/V8DebuggerAgentImpl.h"
 | 
|  
 | 
| -#include "platform/inspector_protocol/Parser.h"
 | 
| -#include "platform/inspector_protocol/String16.h"
 | 
| -#include "platform/inspector_protocol/Values.h"
 | 
|  #include "platform/v8_inspector/InjectedScript.h"
 | 
|  #include "platform/v8_inspector/InspectedContext.h"
 | 
|  #include "platform/v8_inspector/JavaScriptCallFrame.h"
 | 
| 
 |