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

Unified Diff: content/browser/renderer_host/input/web_input_event_util.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
Index: content/browser/renderer_host/input/web_input_event_util.h
diff --git a/content/browser/renderer_host/input/web_input_event_util.h b/content/browser/renderer_host/input/web_input_event_util.h
index 1abaf8cf34e004e5b4053816dde28674ab14fb4a..f0680f24b53cc4958571a2e264f6ab2f8191f156 100644
--- a/content/browser/renderer_host/input/web_input_event_util.h
+++ b/content/browser/renderer_host/input/web_input_event_util.h
@@ -8,7 +8,7 @@
#include "content/common/content_export.h"
#include "ui/events/keycodes/keyboard_codes.h"
-namespace WebKit {
+namespace blink {
class WebKeyboardEvent;
}
@@ -17,7 +17,7 @@ namespace content {
// Update |event|'s windowsKeyCode and keyIdentifer properties using the
// provided |windows_key_code|.
CONTENT_EXPORT void UpdateWindowsKeyCodeAndKeyIdentifier(
- WebKit::WebKeyboardEvent* event,
+ blink::WebKeyboardEvent* event,
ui::KeyboardCode windows_key_code);
}

Powered by Google App Engine
This is Rietveld 408576698