Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / xml / parser / SharedBufferReaderTest.cpp
index a908c94..015eb2d 100644 (file)
@@ -38,7 +38,7 @@
 #include <gtest/gtest.h>
 #include <vector>
 
-namespace WebCore {
+namespace blink {
 
 TEST(SharedBufferReaderTest, readDataWithNullSharedBuffer)
 {
@@ -116,4 +116,4 @@ TEST(SharedBufferReaderTest, clearSharedBufferBetweenCallsToReadData)
     EXPECT_EQ(0, reader.readData(&destinationVector[0], bytesToRead));
 }
 
-} // namespace WebCore
+} // namespace blink