Index: Source/platform/TestingPlatformSupport.h |
diff --git a/Source/platform/TestingPlatformSupport.h b/Source/platform/TestingPlatformSupport.h |
index 69d8dd123f14a76e002e0d7d2ec30172c9efbe63..f51658071b81a6ba288822a74ad644d57c42de93 100644 |
--- a/Source/platform/TestingPlatformSupport.h |
+++ b/Source/platform/TestingPlatformSupport.h |
@@ -35,7 +35,7 @@ |
#include "public/platform/WebDiscardableMemory.h" |
#include "wtf/Vector.h" |
-namespace WebCore { |
+namespace blink { |
class TestingDiscardableMemory : public blink::WebDiscardableMemory { |
public: |
@@ -74,6 +74,6 @@ private: |
blink::Platform* const m_oldPlatform; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // TestingPlatformSupport_h |