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

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

Issue 2251343003: [DevTools] Generate separate copies of inspector_protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win compile Created 4 years, 4 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/InspectorBaseAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h b/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
index 88fb016c6d004223549202e57d8dab4f38262896..1791f74be57f25bb67f66afd81602156c30444f0 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
@@ -33,8 +33,8 @@
#include "core/CoreExport.h"
#include "core/InstrumentingAgents.h"
+#include "core/inspector/protocol/Protocol.h"
#include "platform/heap/Handle.h"
-#include "platform/inspector_protocol/InspectorProtocol.h"
#include "wtf/Forward.h"
#include "wtf/text/WTFString.h"
@@ -42,6 +42,7 @@ namespace blink {
class LocalFrame;
+using protocol::ErrorString;
using protocol::Maybe;
class CORE_EXPORT InspectorAgent : public GarbageCollectedFinalized<InspectorAgent> {

Powered by Google App Engine
This is Rietveld 408576698