Index: Source/platform/ContentType.h |
diff --git a/Source/platform/ContentType.h b/Source/platform/ContentType.h |
index de4f1adc034ac1f28b65fd8180b51680bd07c12b..f67d4e2ca33917068892ea5f6d342cba960a65e3 100644 |
--- a/Source/platform/ContentType.h |
+++ b/Source/platform/ContentType.h |
@@ -30,7 +30,7 @@ |
#include "platform/PlatformExport.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class PLATFORM_EXPORT ContentType { |
public: |
@@ -44,6 +44,6 @@ private: |
String m_type; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // ContentType_h |