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

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

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.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h
index 3917428b6fae37bcdab2a1253bf1de328f2c4535..0c830dac23699122867d90a62e2c11fb836223ec 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h
@@ -53,11 +53,11 @@ class CORE_EXPORT InspectorInputAgent final
DECLARE_VIRTUAL_TRACE();
// Methods called from the frontend for simulating input.
- Response dispatchTouchEvent(
+ protocol::Response dispatchTouchEvent(
const String& type,
std::unique_ptr<protocol::Array<protocol::Input::TouchPoint>> touchPoints,
- Maybe<int> modifiers,
- Maybe<double> timestamp) override;
+ protocol::Maybe<int> modifiers,
+ protocol::Maybe<double> timestamp) override;
private:
explicit InspectorInputAgent(InspectedFrames*);

Powered by Google App Engine
This is Rietveld 408576698