Index: Source/platform/LayoutTestSupport.h |
diff --git a/Source/platform/LayoutTestSupport.h b/Source/platform/LayoutTestSupport.h |
index 65a28f2a9851a88bc8aa6347cf6ff17b86b0a691..f3853a18d032686d0a92ea0d6dce5f069f43c3af 100644 |
--- a/Source/platform/LayoutTestSupport.h |
+++ b/Source/platform/LayoutTestSupport.h |
@@ -33,7 +33,7 @@ |
#include "platform/PlatformExport.h" |
-namespace WebCore { |
+namespace blink { |
class LayoutTestSupport { |
public: |
@@ -43,6 +43,6 @@ public: |
PLATFORM_EXPORT static void setFontAntialiasingEnabledForTest(bool); |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // LayoutTestSupport_h |