| Index: webkit/browser/fileapi/isolated_context.h
|
| diff --git a/webkit/browser/fileapi/isolated_context.h b/webkit/browser/fileapi/isolated_context.h
|
| index 213082d5c361ed2018243aca923866c2dcf62106..5cc141ffe49fc44ae3ebe1d0a16a072ab8dc1659 100644
|
| --- a/webkit/browser/fileapi/isolated_context.h
|
| +++ b/webkit/browser/fileapi/isolated_context.h
|
| @@ -19,11 +19,11 @@
|
| #include "webkit/browser/webkit_storage_browser_export.h"
|
| #include "webkit/common/fileapi/file_system_types.h"
|
|
|
| -namespace fileapi {
|
| +namespace storage {
|
| class FileSystemURL;
|
| }
|
|
|
| -namespace fileapi {
|
| +namespace storage {
|
|
|
| // Manages isolated filesystem mount points which have no well-known names
|
| // and are identified by a string 'filesystem ID', which usually just looks
|
| @@ -196,6 +196,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT IsolatedContext : public MountPoints {
|
| DISALLOW_COPY_AND_ASSIGN(IsolatedContext);
|
| };
|
|
|
| -} // namespace fileapi
|
| +} // namespace storage
|
|
|
| #endif // WEBKIT_BROWSER_FILEAPI_ISOLATED_CONTEXT_H_
|
|
|