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

Unified Diff: content/common/input/input_event.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/indexed_db/indexed_db_param_traits.cc ('k') | content/common/input/input_event.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/input/input_event.h
diff --git a/content/common/input/input_event.h b/content/common/input/input_event.h
index 50e6aecdad545f75125ca91f77443005bd2435fc..4c13e061e1625cdbc93ea9b9e207e7875f2c90cf 100644
--- a/content/common/input/input_event.h
+++ b/content/common/input/input_event.h
@@ -11,7 +11,7 @@
#include "content/common/input/scoped_web_input_event.h"
#include "ui/events/latency_info.h"
-namespace WebKit {
+namespace blink {
class WebInputEvent;
}
@@ -21,7 +21,7 @@ namespace content {
class CONTENT_EXPORT InputEvent {
public:
InputEvent();
- InputEvent(const WebKit::WebInputEvent& web_event,
+ InputEvent(const blink::WebInputEvent& web_event,
const ui::LatencyInfo& latency_info,
bool is_keyboard_shortcut);
~InputEvent();
« no previous file with comments | « content/common/indexed_db/indexed_db_param_traits.cc ('k') | content/common/input/input_event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698