| Index: Source/modules/filesystem/Entry.cpp
|
| diff --git a/Source/modules/filesystem/Entry.cpp b/Source/modules/filesystem/Entry.cpp
|
| index 530cb5ed5f95b0cb103d7399068ec64d73732cee..98bc3ae2c2e580434a94c135365e4acac8452c49 100644
|
| --- a/Source/modules/filesystem/Entry.cpp
|
| +++ b/Source/modules/filesystem/Entry.cpp
|
| @@ -41,7 +41,7 @@
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| #include "wtf/text/StringBuilder.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| Entry::Entry(DOMFileSystemBase* fileSystem, const String& fullPath)
|
| : EntryBase(fileSystem, fullPath)
|
| @@ -79,4 +79,4 @@ void Entry::trace(Visitor* visitor)
|
| EntryBase::trace(visitor);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|