| Index: chrome/browser/chromeos/file_system_provider/throttled_file_system_unittest.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/throttled_file_system_unittest.cc b/chrome/browser/chromeos/file_system_provider/throttled_file_system_unittest.cc
|
| index 503c8b213ec56669454f15ac8230ad6279bdaa13..5fff4ba6f2532901524d0e12230425a788f64822 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/throttled_file_system_unittest.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/throttled_file_system_unittest.cc
|
| @@ -50,8 +50,7 @@ class FileSystemProviderThrottledFileSystemTest : public testing::Test {
|
| // at once. If 0, then no limit.
|
| void SetUpFileSystem(size_t limit) {
|
| MountOptions options(kFileSystemId, kDisplayName);
|
| - if (limit)
|
| - options.opened_files_limit = limit;
|
| + options.opened_files_limit = limit;
|
|
|
| ProvidedFileSystemInfo file_system_info(kExtensionId, options,
|
| base::FilePath() /* mount_path */);
|
|
|