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

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

Issue 2738453004: Avoid using declarations in headers which introduce symbol conflicts. (Closed)
Patch Set: Created 3 years, 9 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/InspectorInputAgent.cpp
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp
index 9d3964cc8eed1568923ec3c4a8c45e0aa01fd1e7..c8f814b4dcf7f2f2b9267ca96f63226ecbaf7b9d 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp
+++ b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp
@@ -139,6 +139,8 @@ void ConvertInspectorPoint(blink::LocalFrame* frame,
namespace blink {
+using protocol::Response;
+
InspectorInputAgent::InspectorInputAgent(InspectedFrames* inspectedFrames)
: m_inspectedFrames(inspectedFrames) {}

Powered by Google App Engine
This is Rietveld 408576698