| 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 4b9d75553f5ee6f664e261e312519b3f9cf317e0..babea0460d51478553b1b9f2cd74842596065347 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp
|
| @@ -34,6 +34,8 @@
|
|
|
| namespace blink {
|
|
|
| +using protocol::Response;
|
| +
|
| InspectorMemoryAgent::~InspectorMemoryAgent() {}
|
|
|
| Response InspectorMemoryAgent::getDOMCounters(int* documents,
|
|
|