| Index: Source/web/WorkerFileSystemClient.cpp
|
| diff --git a/Source/web/WorkerFileSystemClient.cpp b/Source/web/WorkerFileSystemClient.cpp
|
| index 9aa9ecc0f6d36705ec4bcf77757c74e57fc36ddb..0703c93a8be414091e5b043b6479f3fb6a716e69 100644
|
| --- a/Source/web/WorkerFileSystemClient.cpp
|
| +++ b/Source/web/WorkerFileSystemClient.cpp
|
| @@ -45,7 +45,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| PassOwnPtr<FileSystemClient> WorkerFileSystemClient::create()
|
| {
|
| @@ -66,4 +66,4 @@ WorkerFileSystemClient::WorkerFileSystemClient()
|
| {
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|