| Index: chrome/browser/chromeos/file_system_provider/operations/read_directory_unittest.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/read_directory_unittest.cc b/chrome/browser/chromeos/file_system_provider/operations/read_directory_unittest.cc
|
| index ad420a8fad42a4693df72578d30731a24172a5e2..668f42bf783dcc0c2536507c592228b8a6dde8db 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/read_directory_unittest.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/read_directory_unittest.cc
|
| @@ -83,7 +83,7 @@ class FileSystemProviderOperationsReadDirectoryTest : public testing::Test {
|
| file_system_info_ =
|
| ProvidedFileSystemInfo(kExtensionId,
|
| kFileSystemId,
|
| - "" /* file_system_name */,
|
| + "" /* display_name */,
|
| base::FilePath() /* mount_path */);
|
| }
|
|
|
|
|