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

Unified Diff: webkit/renderer/cpp_bound_class.cc

Issue 61553006: Rename WebKit namespace to blink (part 5) (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 | « webkit/renderer/cpp_bound_class.h ('k') | webkit/renderer/cpp_variant.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/renderer/cpp_bound_class.cc
diff --git a/webkit/renderer/cpp_bound_class.cc b/webkit/renderer/cpp_bound_class.cc
index d3b8d5167a54cb3cc3f3b5f2f0a5141d09c3f3e2..6a652f485055dde31b0335a57e352495068acd26 100644
--- a/webkit/renderer/cpp_bound_class.cc
+++ b/webkit/renderer/cpp_bound_class.cc
@@ -22,8 +22,8 @@
#include "third_party/WebKit/public/web/WebFrame.h"
#include "third_party/WebKit/public/platform/WebString.h"
-using WebKit::WebBindings;
-using WebKit::WebFrame;
+using blink::WebBindings;
+using blink::WebFrame;
namespace webkit_glue {
« no previous file with comments | « webkit/renderer/cpp_bound_class.h ('k') | webkit/renderer/cpp_variant.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698