diff options
Diffstat (limited to 'webkit/fileapi/file_system_path_manager_unittest.cc')
-rw-r--r-- | webkit/fileapi/file_system_path_manager_unittest.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/fileapi/file_system_path_manager_unittest.cc b/webkit/fileapi/file_system_path_manager_unittest.cc index 7fa3672..2201215c 100644 --- a/webkit/fileapi/file_system_path_manager_unittest.cc +++ b/webkit/fileapi/file_system_path_manager_unittest.cc @@ -165,8 +165,7 @@ class FileSystemPathManagerTest : public testing::Test { void SetUp() { data_dir_.reset(new ScopedTempDir); - data_dir_->CreateUniqueTempDir(); - ASSERT_TRUE(data_dir_->IsValid()); + ASSERT_TRUE(data_dir_->CreateUniqueTempDir()); root_path_callback_status_ = false; root_path_.clear(); file_system_name_.clear(); |