| Index: Source/modules/filesystem/DirectoryEntrySync.cpp
|
| diff --git a/Source/modules/filesystem/DirectoryEntrySync.cpp b/Source/modules/filesystem/DirectoryEntrySync.cpp
|
| index 3ba277c9fa9e1f21fee0ca9071fe5f7cfb0f523c..a6871fd1adf9de42291113a38e6abbbbacbbcc78 100644
|
| --- a/Source/modules/filesystem/DirectoryEntrySync.cpp
|
| +++ b/Source/modules/filesystem/DirectoryEntrySync.cpp
|
| @@ -38,7 +38,7 @@
|
| #include "modules/filesystem/FileEntrySync.h"
|
| #include "modules/filesystem/SyncCallbackHelper.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| DirectoryEntrySync::DirectoryEntrySync(DOMFileSystemBase* fileSystem, const String& fullPath)
|
| : EntrySync(fileSystem, fullPath)
|
|
|