| Index: third_party/WebKit/Source/web/InspectorEmulationAgent.cpp
|
| diff --git a/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp b/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp
|
| index d33011a355694539ac90b16b5c9bb7a2c9b3b708..0ee85d6aec3469316998ec6fc19b2cb19843b753 100644
|
| --- a/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp
|
| +++ b/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp
|
| @@ -27,7 +27,7 @@ PassOwnPtrWillBeRawPtr<InspectorEmulationAgent> InspectorEmulationAgent::create(
|
| }
|
|
|
| InspectorEmulationAgent::InspectorEmulationAgent(WebLocalFrameImpl* webLocalFrameImpl, Client* client)
|
| - : InspectorBaseAgent<InspectorEmulationAgent, InspectorFrontend::Emulation>("Emulation")
|
| + : InspectorBaseAgent<InspectorEmulationAgent, protocol::Frontend::Emulation>("Emulation")
|
| , m_webLocalFrameImpl(webLocalFrameImpl)
|
| , m_client(client)
|
| {
|
|
|