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

Unified Diff: content/public/browser/native_web_keyboard_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/public/browser/content_browser_client.cc ('k') | content/public/browser/navigation_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/native_web_keyboard_event.h
diff --git a/content/public/browser/native_web_keyboard_event.h b/content/public/browser/native_web_keyboard_event.h
index 694222241bf2405f573fb0c7e20a0ae4c84e8f7f..1585fbd676264455db5c0df48d80f98d2018ec99 100644
--- a/content/public/browser/native_web_keyboard_event.h
+++ b/content/public/browser/native_web_keyboard_event.h
@@ -18,7 +18,7 @@ namespace content {
// Owns a platform specific event; used to pass own and pass event through
// platform independent code.
struct CONTENT_EXPORT NativeWebKeyboardEvent :
- NON_EXPORTED_BASE(public WebKit::WebKeyboardEvent) {
+ NON_EXPORTED_BASE(public blink::WebKeyboardEvent) {
NativeWebKeyboardEvent();
explicit NativeWebKeyboardEvent(gfx::NativeEvent native_event);
@@ -37,7 +37,7 @@ struct CONTENT_EXPORT NativeWebKeyboardEvent :
int state,
double time_stamp_seconds);
#elif defined(OS_ANDROID)
- NativeWebKeyboardEvent(WebKit::WebInputEvent::Type type,
+ NativeWebKeyboardEvent(blink::WebInputEvent::Type type,
int modifiers,
double time_secs,
int keycode,
@@ -45,7 +45,7 @@ struct CONTENT_EXPORT NativeWebKeyboardEvent :
bool is_system_key);
// Takes ownership of android_key_event.
NativeWebKeyboardEvent(jobject android_key_event,
- WebKit::WebInputEvent::Type type,
+ blink::WebInputEvent::Type type,
int modifiers,
double time_secs,
int keycode,
« no previous file with comments | « content/public/browser/content_browser_client.cc ('k') | content/public/browser/navigation_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698