| Index: webkit/browser/fileapi/file_system_mount_point_provider_unittest.cc | 
| diff --git a/webkit/fileapi/file_system_mount_point_provider_unittest.cc b/webkit/browser/fileapi/file_system_mount_point_provider_unittest.cc | 
| similarity index 99% | 
| rename from webkit/fileapi/file_system_mount_point_provider_unittest.cc | 
| rename to webkit/browser/fileapi/file_system_mount_point_provider_unittest.cc | 
| index 516cdb4676cf67f1af096d7c7def76d8c46bcfd2..39955451ce3e84606a63cf21df3ca49bdd10a397 100644 | 
| --- a/webkit/fileapi/file_system_mount_point_provider_unittest.cc | 
| +++ b/webkit/browser/fileapi/file_system_mount_point_provider_unittest.cc | 
| @@ -102,7 +102,8 @@ const struct CheckValidPathTest { | 
| }; | 
|  | 
| // For External filesystem. | 
| -const base::FilePath::CharType kMountPoint[] = FILE_PATH_LITERAL("/tmp/testing"); | 
| +const base::FilePath::CharType kMountPoint[] = | 
| +    FILE_PATH_LITERAL("/tmp/testing"); | 
| const base::FilePath::CharType kRootPath[] = FILE_PATH_LITERAL("/tmp"); | 
| const base::FilePath::CharType kVirtualPath[] = FILE_PATH_LITERAL("testing"); | 
|  | 
|  |