| Index: third_party/WebKit/Source/platform/inspector_protocol/DispatcherBase_cpp.template
|
| diff --git a/third_party/WebKit/Source/platform/inspector_protocol/DispatcherBase.cpp b/third_party/WebKit/Source/platform/inspector_protocol/DispatcherBase_cpp.template
|
| similarity index 97%
|
| rename from third_party/WebKit/Source/platform/inspector_protocol/DispatcherBase.cpp
|
| rename to third_party/WebKit/Source/platform/inspector_protocol/DispatcherBase_cpp.template
|
| index 86ac0582eaf4beb1ee07ca8c4c9ce0119808b921..2f842e7fa1177cf68594c5379e030e22bcfc15b7 100644
|
| --- a/third_party/WebKit/Source/platform/inspector_protocol/DispatcherBase.cpp
|
| +++ b/third_party/WebKit/Source/platform/inspector_protocol/DispatcherBase_cpp.template
|
| @@ -2,11 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "platform/inspector_protocol/DispatcherBase.h"
|
| -
|
| -#include "platform/inspector_protocol/FrontendChannel.h"
|
| -#include "platform/inspector_protocol/Parser.h"
|
| -
|
| namespace blink {
|
| namespace protocol {
|
|
|
|
|