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

Unified Diff: chrome/browser/ui/cocoa/browser_window_cocoa.mm

Issue 63273002: Rename WebKit namespace to blink (part 4) (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: chrome/browser/ui/cocoa/browser_window_cocoa.mm
diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.mm b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
index 1d2ef5d65195c1ee0585bcb70f3d36c8ade8c794..8ff5ab3d8e319560d238378108f6e5a56538539e 100644
--- a/chrome/browser/ui/cocoa/browser_window_cocoa.mm
+++ b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
@@ -571,7 +571,7 @@ bool BrowserWindowCocoa::PreHandleKeyboardEvent(
if (![BrowserWindowUtils shouldHandleKeyboardEvent:event])
return false;
- if (event.type == WebKit::WebInputEvent::RawKeyDown &&
+ if (event.type == blink::WebInputEvent::RawKeyDown &&
[controller_ handledByExtensionCommand:event.os_event])
return true;

Powered by Google App Engine
This is Rietveld 408576698