| Index: Source/web/WorkerFileSystemClient.h
|
| diff --git a/Source/web/WorkerFileSystemClient.h b/Source/web/WorkerFileSystemClient.h
|
| index 2c29ccd3dc10746502e3afe43fe5d90ad1633df9..313c5956d4762898288f57f61049b1f0dd800e5f 100644
|
| --- a/Source/web/WorkerFileSystemClient.h
|
| +++ b/Source/web/WorkerFileSystemClient.h
|
| @@ -34,7 +34,7 @@
|
| #include "modules/filesystem/FileSystemClient.h"
|
| #include "wtf/Forward.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // FIXME: This could be probably unified into non-worker FileSystemClient
|
| // implementation.
|
| @@ -49,6 +49,6 @@ private:
|
| WorkerFileSystemClient();
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WorkerFileSystemClient_h
|
|
|