| Index: webkit/browser/fileapi/sandbox_directory_database.h
|
| diff --git a/webkit/browser/fileapi/sandbox_directory_database.h b/webkit/browser/fileapi/sandbox_directory_database.h
|
| index 114af1ba9fdcd3e1275d538b3b7bb4c086bff9cb..0fb507bdade043c441d676d8be411be851f0e5d5 100644
|
| --- a/webkit/browser/fileapi/sandbox_directory_database.h
|
| +++ b/webkit/browser/fileapi/sandbox_directory_database.h
|
| @@ -29,7 +29,7 @@ class Status;
|
| class WriteBatch;
|
| }
|
|
|
| -namespace fileapi {
|
| +namespace storage {
|
|
|
| // This class WILL NOT protect you against producing directory loops, giving an
|
| // empty directory a backing data file, giving two files the same backing file,
|
| @@ -130,6 +130,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE SandboxDirectoryDatabase {
|
| DISALLOW_COPY_AND_ASSIGN(SandboxDirectoryDatabase);
|
| };
|
|
|
| -} // namespace fileapi
|
| +} // namespace storage
|
|
|
| #endif // WEBKIT_BROWSER_FILEAPI_SANDBOX_DIRECTORY_DATABASE_H_
|
|
|