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

Unified Diff: chrome/renderer/extensions/event_bindings.cc

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
« no previous file with comments | « chrome/renderer/extensions/dom_activity_logger.cc ('k') | chrome/renderer/extensions/extension_groups.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/event_bindings.cc
diff --git a/chrome/renderer/extensions/event_bindings.cc b/chrome/renderer/extensions/event_bindings.cc
index 719187e30ffac7a1718777bba768a3801ef9cdda..3ccce66b3fde2aacb92c65c11f78314f5a174516 100644
--- a/chrome/renderer/extensions/event_bindings.cc
+++ b/chrome/renderer/extensions/event_bindings.cc
@@ -40,8 +40,8 @@
#include "url/gurl.h"
#include "v8/include/v8.h"
-using WebKit::WebFrame;
-using WebKit::WebURL;
+using blink::WebFrame;
+using blink::WebURL;
using content::RenderThread;
namespace extensions {
« no previous file with comments | « chrome/renderer/extensions/dom_activity_logger.cc ('k') | chrome/renderer/extensions/extension_groups.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698