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

Unified Diff: content/common/input_messages.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « content/common/input/web_input_event_traits.cc ('k') | content/common/page_state_serialization.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/input_messages.h
diff --git a/content/common/input_messages.h b/content/common/input_messages.h
index b764740f963586a612cd394017c0e1aef2dd85bb..d8e5955a033c5ac0831dc8c493abc477089e83d5 100644
--- a/content/common/input_messages.h
+++ b/content/common/input_messages.h
@@ -155,7 +155,7 @@ IPC_MESSAGE_ROUTED3(InputMsg_ActivateNearestFindResult,
// Acknowledges receipt of a InputMsg_HandleInputEvent message.
IPC_MESSAGE_ROUTED3(InputHostMsg_HandleInputEvent_ACK,
- WebKit::WebInputEvent::Type,
+ blink::WebInputEvent::Type,
content::InputEventAckState /* ack_result */,
ui::LatencyInfo /* latency_info */)
« no previous file with comments | « content/common/input/web_input_event_traits.cc ('k') | content/common/page_state_serialization.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698