| Index: third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp
|
| index 6668e6613614c3bfa3f1db9d1ec6a7603194c5d5..61887514c674388b925e8693aff164c143f45b96 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp
|
| @@ -47,7 +47,7 @@ void InspectorMemoryAgent::getDOMCounters(ErrorString*, int* documents, int* nod
|
| }
|
|
|
| InspectorMemoryAgent::InspectorMemoryAgent()
|
| - : InspectorBaseAgent<InspectorMemoryAgent, protocol::Frontend::Memory>("Memory")
|
| + : InspectorBaseAgent<InspectorMemoryAgent, protocol::Memory::Frontend>("Memory")
|
| {
|
| }
|
|
|
|
|