| Index: content/browser/fileapi/sandbox_file_system_backend_unittest.cc
|
| diff --git a/content/browser/fileapi/sandbox_file_system_backend_unittest.cc b/content/browser/fileapi/sandbox_file_system_backend_unittest.cc
|
| index a07a6817e376f8b4f109251fabae99102747df7b..45ddb923474f662605a7891be1e5950d0bfed08d 100644
|
| --- a/content/browser/fileapi/sandbox_file_system_backend_unittest.cc
|
| +++ b/content/browser/fileapi/sandbox_file_system_backend_unittest.cc
|
| @@ -56,11 +56,9 @@ const struct RootPathFileURITest {
|
| storage::FileSystemType type;
|
| const char* origin_url;
|
| const char* expected_path;
|
| - const char* virtual_path;
|
| } kRootPathFileURITestCases[] = {
|
| - {storage::kFileSystemTypeTemporary, "file:///", "000" PS "t", NULL},
|
| - {storage::kFileSystemTypePersistent, "file:///", "000" PS "p", NULL},
|
| -};
|
| + {storage::kFileSystemTypeTemporary, "file:///", "000" PS "t"},
|
| + {storage::kFileSystemTypePersistent, "file:///", "000" PS "p"}};
|
|
|
| void DidOpenFileSystem(base::File::Error* error_out,
|
| const GURL& origin_url,
|
|
|