| Index: webkit/browser/fileapi/recursive_operation_delegate.h
|
| diff --git a/webkit/browser/fileapi/recursive_operation_delegate.h b/webkit/browser/fileapi/recursive_operation_delegate.h
|
| index 11f8da044331b61ca783632c728edb7751193b0f..28d5b5ef6d37d99445b32e13710d6dc490193260 100644
|
| --- a/webkit/browser/fileapi/recursive_operation_delegate.h
|
| +++ b/webkit/browser/fileapi/recursive_operation_delegate.h
|
| @@ -14,7 +14,7 @@
|
| #include "webkit/browser/fileapi/file_system_operation.h"
|
| #include "webkit/browser/fileapi/file_system_url.h"
|
|
|
| -namespace fileapi {
|
| +namespace storage {
|
|
|
| class FileSystemContext;
|
| class FileSystemOperationRunner;
|
| @@ -147,6 +147,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT RecursiveOperationDelegate
|
| DISALLOW_COPY_AND_ASSIGN(RecursiveOperationDelegate);
|
| };
|
|
|
| -} // namespace fileapi
|
| +} // namespace storage
|
|
|
| #endif // WEBKIT_BROWSER_FILEAPI_RECURSIVE_OPERATION_DELEGATE_H_
|
|
|