| Index: Source/modules/filesystem/FileEntry.cpp
|
| diff --git a/Source/modules/filesystem/FileEntry.cpp b/Source/modules/filesystem/FileEntry.cpp
|
| index b039d1ba509b1d5573b401053035a698dbc09446..7bfddca30753974d700a2039800812a3a0ae6c46 100644
|
| --- a/Source/modules/filesystem/FileEntry.cpp
|
| +++ b/Source/modules/filesystem/FileEntry.cpp
|
| @@ -37,7 +37,7 @@
|
| #include "modules/filesystem/FileCallback.h"
|
| #include "modules/filesystem/FileWriterCallback.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| FileEntry::FileEntry(DOMFileSystemBase* fileSystem, const String& fullPath)
|
| : Entry(fileSystem, fullPath)
|
|
|