| Index: chrome/browser/chromeos/drive/file_system_util_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system_util_unittest.cc b/chrome/browser/chromeos/drive/file_system_util_unittest.cc
|
| index 89db541d6cfe78dedaa9b0ba98065fb97644ae5b..157dfff03ee4b87f4e9263a4dd0381cebe85b5d2 100644
|
| --- a/chrome/browser/chromeos/drive/file_system_util_unittest.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system_util_unittest.cc
|
| @@ -153,6 +153,7 @@ TEST(FileSystemUtilTest, ExtractDrivePathFromFileSystemUrl) {
|
| NULL, // special_storage_policy
|
| NULL, // quota_manager_proxy,
|
| ScopedVector<fileapi::FileSystemBackend>(),
|
| + std::vector<fileapi::URLRequestAutoMountHandler>(),
|
| temp_dir_.path(), // partition_path
|
| content::CreateAllowFileAccessOptions()));
|
|
|
|
|