| Index: chrome/browser/chromeos/drive/drive_integration_service_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/drive_integration_service_unittest.cc b/chrome/browser/chromeos/drive/drive_integration_service_unittest.cc
|
| index d29d096a9e72b253b484a7ab9957db445bac5e61..74d2aa2656e86d122cc704015be13b0e3528ef9f 100644
|
| --- a/chrome/browser/chromeos/drive/drive_integration_service_unittest.cc
|
| +++ b/chrome/browser/chromeos/drive/drive_integration_service_unittest.cc
|
| @@ -24,9 +24,7 @@ class DriveIntegrationServiceTest : public testing::Test {
|
| DriveIntegrationServiceTest()
|
| : profile_manager_(TestingBrowserProcess::GetGlobal()) {}
|
|
|
| - virtual void SetUp() override {
|
| - ASSERT_TRUE(profile_manager_.SetUp());
|
| - }
|
| + void SetUp() override { ASSERT_TRUE(profile_manager_.SetUp()); }
|
|
|
| protected:
|
| content::TestBrowserThreadBundle thread_bundle_;
|
|
|