Index: public/web/WebFrameClient.h |
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
index f535472cb32698ea9f051c19bdbf8affc30eba6a..ae6b10a44b84c50a6f90ef9f7a5966a4cce28706 100644 |
--- a/public/web/WebFrameClient.h |
+++ b/public/web/WebFrameClient.h |
@@ -46,7 +46,7 @@ |
#include "WebTextDirection.h" |
#include <v8.h> |
-namespace WebKit { |
+namespace blink { |
class WebApplicationCacheHost; |
class WebApplicationCacheHostClient; |
@@ -240,7 +240,7 @@ public: |
WebFrame*, unsigned identifier, const WebURLResponse&) { } |
virtual void didChangeResourcePriority( |
- WebFrame*, unsigned identifier, const WebKit::WebURLRequest::Priority&) { } |
+ WebFrame*, unsigned identifier, const blink::WebURLRequest::Priority&) { } |
// The resource request given by identifier succeeded. |
virtual void didFinishResourceLoad( |
@@ -377,6 +377,6 @@ protected: |
~WebFrameClient() { } |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |