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

Unified Diff: content/browser/renderer_host/native_web_keyboard_event_mac.mm

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/native_web_keyboard_event_mac.mm
diff --git a/content/browser/renderer_host/native_web_keyboard_event_mac.mm b/content/browser/renderer_host/native_web_keyboard_event_mac.mm
index 5b4f38ca11ad7a378dfd82d1ab4f501c6e488edd..fea2939f2c1b5f799eb84f12f82a5d25f00b51e9 100644
--- a/content/browser/renderer_host/native_web_keyboard_event_mac.mm
+++ b/content/browser/renderer_host/native_web_keyboard_event_mac.mm
@@ -8,7 +8,7 @@
#include "third_party/WebKit/public/web/mac/WebInputEventFactory.h"
-using WebKit::WebInputEventFactory;
+using blink::WebInputEventFactory;
namespace content {

Powered by Google App Engine
This is Rietveld 408576698