| 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 5289d26c04d034a487065f050b20ae6e271f971f..6668e6613614c3bfa3f1db9d1ec6a7603194c5d5 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, InspectorFrontend::Memory>("Memory")
|
| + : InspectorBaseAgent<InspectorMemoryAgent, protocol::Frontend::Memory>("Memory")
|
| {
|
| }
|
|
|
|
|