| Index: third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp
|
| index 69e2f75e1b7d35efa0b0870e649befc03faf25c2..e44182dc9424e88033cdd6ebea2146d43798732d 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp
|
| @@ -111,7 +111,7 @@ void ConvertInspectorPoint(blink::LocalFrame* frame, const blink::IntPoint& poin
|
| namespace blink {
|
|
|
| InspectorInputAgent::InspectorInputAgent(InspectedFrames* inspectedFrames)
|
| - : InspectorBaseAgent<InspectorInputAgent, InspectorFrontend::Input>("Input")
|
| + : InspectorBaseAgent<InspectorInputAgent, protocol::Frontend::Input>("Input")
|
| , m_inspectedFrames(inspectedFrames)
|
| {
|
| }
|
|
|