| Index: Source/modules/filesystem/LocalFileSystem.cpp
|
| diff --git a/Source/modules/filesystem/LocalFileSystem.cpp b/Source/modules/filesystem/LocalFileSystem.cpp
|
| index 6d46850f8853614bb2a6b956e0bcde45288901c7..5b40daf1151db5223493e4b50c40f5299c5c547e 100644
|
| --- a/Source/modules/filesystem/LocalFileSystem.cpp
|
| +++ b/Source/modules/filesystem/LocalFileSystem.cpp
|
| @@ -46,7 +46,7 @@
|
| #include "wtf/Functional.h"
|
| #include "wtf/RefCounted.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| namespace {
|
|
|
| @@ -189,4 +189,4 @@ void provideLocalFileSystemToWorker(WorkerClients* clients, PassOwnPtr<FileSyste
|
| clients->provideSupplement(LocalFileSystem::supplementName(), LocalFileSystem::create(client));
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|