| 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 ab83337024f87317b026efe91bf0205a4a6f98de..500ac524c5fd9f756602bed1b48f31baf6813372 100644
|
| --- a/chrome/browser/chromeos/drive/file_system_util_unittest.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system_util_unittest.cc
|
| @@ -39,9 +39,7 @@ class ProfileRelatedFileSystemUtilTest : public testing::Test {
|
| : testing_profile_manager_(TestingBrowserProcess::GetGlobal()) {
|
| }
|
|
|
| - virtual void SetUp() override {
|
| - ASSERT_TRUE(testing_profile_manager_.SetUp());
|
| - }
|
| + void SetUp() override { ASSERT_TRUE(testing_profile_manager_.SetUp()); }
|
|
|
| TestingProfileManager& testing_profile_manager() {
|
| return testing_profile_manager_;
|
|
|