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

Unified Diff: webkit/renderer/cpp_bound_class.h

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
Index: webkit/renderer/cpp_bound_class.h
diff --git a/webkit/renderer/cpp_bound_class.h b/webkit/renderer/cpp_bound_class.h
index 7cc6345290d2e80d8fec376edc14ba0b63471156..537a4c138790007f19f039822083627d34260ddd 100644
--- a/webkit/renderer/cpp_bound_class.h
+++ b/webkit/renderer/cpp_bound_class.h
@@ -25,7 +25,7 @@
#include "webkit/renderer/cpp_variant.h"
#include "webkit/renderer/webkit_renderer_export.h"
-namespace WebKit {
+namespace blink {
class WebFrame;
}
@@ -66,7 +66,7 @@ class WEBKIT_RENDERER_EXPORT CppBoundClass {
// JavaScript as window.<classname>. The owner of this CppBoundClass object is
// responsible for keeping it around while the frame is alive, and for
// destroying it afterwards.
- void BindToJavascript(WebKit::WebFrame* frame, const std::string& classname);
+ void BindToJavascript(blink::WebFrame* frame, const std::string& classname);
// The type of callbacks.
typedef base::Callback<void(const CppArgumentList&, CppVariant*)> Callback;
« no previous file with comments | « webkit/renderer/compositor_bindings/web_transform_operations_impl.cc ('k') | webkit/renderer/cpp_bound_class.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698