| Index: components/drive/file_system_unittest.cc
|
| diff --git a/components/drive/file_system_unittest.cc b/components/drive/file_system_unittest.cc
|
| index dfe3c5c5db575cc9146f1e5c26007b58a56441f1..2fe9512b81dfb08ed5740548b5a4fa3d7b5c23d1 100644
|
| --- a/components/drive/file_system_unittest.cc
|
| +++ b/components/drive/file_system_unittest.cc
|
| @@ -725,7 +725,7 @@ TEST_F(FileSystemTest, LoadFileSystemFromUpToDateCache) {
|
| EXPECT_TRUE(ReadDirectorySync(util::GetDriveMyDriveRootPath()));
|
|
|
| // SetUpTestFileSystem and FakeDriveService have the same
|
| - // changestamp (i.e. the local metadata is up-to-date), so no request for
|
| + // changestamp (i.e. the local metadata is up to date), so no request for
|
| // new resource list (i.e., call to GetResourceList) should happen.
|
| EXPECT_EQ(0, fake_drive_service_->file_list_load_count());
|
|
|
|
|