Index: public/web/WebPageSerializer.h |
diff --git a/public/web/WebPageSerializer.h b/public/web/WebPageSerializer.h |
index e6129e71883255ed080d9a48e801e5838b0b72d3..89a3a31b83245a88390178b016afbda40b019154 100644 |
--- a/public/web/WebPageSerializer.h |
+++ b/public/web/WebPageSerializer.h |
@@ -35,7 +35,7 @@ |
#include "../platform/WebCommon.h" |
#include "../platform/WebURL.h" |
-namespace WebKit { |
+namespace blink { |
class WebFrame; |
class WebPageSerializerClient; |
class WebString; |
@@ -114,6 +114,6 @@ public: |
BLINK_EXPORT static WebString generateBaseTagDeclaration(const WebString& baseTarget); |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif |