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; |