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

Unified Diff: third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h

Issue 1702673002: DevTools: migrate remote debugging protocol generators to jinja2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/PageDebuggerAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h b/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h
index 76be3e6e81ea07bafa00b71d897552e37ea0c012..d2d4eba992014f2ffda612d2eca321f3d33bfd7d 100644
--- a/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h
+++ b/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h
@@ -34,9 +34,9 @@
#include "core/CoreExport.h"
#include "core/inspector/InspectorDebuggerAgent.h"
-using blink::protocol::TypeBuilder::Runtime::ExceptionDetails;
-using blink::protocol::TypeBuilder::Runtime::ScriptId;
-using blink::protocol::TypeBuilder::Runtime::RemoteObject;
+using blink::protocol::Runtime::ExceptionDetails;
+using blink::protocol::Runtime::ScriptId;
+using blink::protocol::Runtime::RemoteObject;
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698