| 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 b886726beb03991a65f2e651c2d2a2393f7596a2..d29d096a9e72b253b484a7ab9957db445bac5e61 100644
|
| --- a/chrome/browser/chromeos/drive/drive_integration_service_unittest.cc
|
| +++ b/chrome/browser/chromeos/drive/drive_integration_service_unittest.cc
|
| @@ -24,7 +24,7 @@ class DriveIntegrationServiceTest : public testing::Test {
|
| DriveIntegrationServiceTest()
|
| : profile_manager_(TestingBrowserProcess::GetGlobal()) {}
|
|
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| ASSERT_TRUE(profile_manager_.SetUp());
|
| }
|
|
|
|
|