| Index: third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
 | 
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h b/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
 | 
| index 3385393c832b8b6f09cad7b919fb27af45352b0f..88fb016c6d004223549202e57d8dab4f38262896 100644
 | 
| --- a/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
 | 
| +++ b/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
 | 
| @@ -34,9 +34,7 @@
 | 
|  #include "core/CoreExport.h"
 | 
|  #include "core/InstrumentingAgents.h"
 | 
|  #include "platform/heap/Handle.h"
 | 
| -#include "platform/inspector_protocol/DispatcherBase.h"
 | 
| -#include "platform/inspector_protocol/Maybe.h"
 | 
| -#include "platform/inspector_protocol/Values.h"
 | 
| +#include "platform/inspector_protocol/InspectorProtocol.h"
 | 
|  #include "wtf/Forward.h"
 | 
|  #include "wtf/text/WTFString.h"
 | 
|  
 | 
| 
 |