| Index: webkit/browser/fileapi/sandbox_origin_database.h
|
| diff --git a/webkit/browser/fileapi/sandbox_origin_database.h b/webkit/browser/fileapi/sandbox_origin_database.h
|
| index 57d2e8415ab356dc0e113079eb72ee3bf705cfb2..3fff77de23c8694e945a2ad5e1944d4417aa0fcd 100644
|
| --- a/webkit/browser/fileapi/sandbox_origin_database.h
|
| +++ b/webkit/browser/fileapi/sandbox_origin_database.h
|
| @@ -22,7 +22,7 @@ namespace tracked_objects {
|
| class Location;
|
| }
|
|
|
| -namespace fileapi {
|
| +namespace storage {
|
|
|
| // All methods of this class other than the constructor may be used only from
|
| // the browser's FILE thread. The constructor may be used on any thread.
|
| @@ -72,6 +72,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE SandboxOriginDatabase
|
| DISALLOW_COPY_AND_ASSIGN(SandboxOriginDatabase);
|
| };
|
|
|
| -} // namespace fileapi
|
| +} // namespace storage
|
|
|
| #endif // WEBKIT_BROWSER_FILEAPI_SANDBOX_ORIGIN_DATABASE_H_
|
|
|