Index: Source/modules/filesystem/FileWriterBase.cpp |
diff --git a/Source/modules/filesystem/FileWriterBase.cpp b/Source/modules/filesystem/FileWriterBase.cpp |
index b6269064a711b735d30547ba77abce82bf748f6c..a9662431c3e11ca7c2d826ea9840733ec57d0ffd 100644 |
--- a/Source/modules/filesystem/FileWriterBase.cpp |
+++ b/Source/modules/filesystem/FileWriterBase.cpp |
@@ -37,7 +37,7 @@ |
#include "core/fileapi/FileError.h" |
#include "public/platform/WebFileWriter.h" |
-namespace WebCore { |
+namespace blink { |
FileWriterBase::~FileWriterBase() |
{ |
@@ -67,4 +67,4 @@ void FileWriterBase::seekInternal(long long position) |
m_position = position; |
} |
-} // namespace WebCore |
+} // namespace blink |