Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.cpp

Issue 2008183002: DevTools: generate frontend and backend interfaces under domains. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comment addressed Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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")
{
}

Powered by Google App Engine
This is Rietveld 408576698