| Index: chrome/browser/extensions/activity_log/activity_log_unittest.cc
|
| diff --git a/chrome/browser/extensions/activity_log/activity_log_unittest.cc b/chrome/browser/extensions/activity_log/activity_log_unittest.cc
|
| index 2d5a530b99e59412806d4b25073e84e8f64c6d40..57b803d01a21b7a34bc347d1e62ec606805536cf 100644
|
| --- a/chrome/browser/extensions/activity_log/activity_log_unittest.cc
|
| +++ b/chrome/browser/extensions/activity_log/activity_log_unittest.cc
|
| @@ -56,7 +56,7 @@ namespace extensions {
|
|
|
| class ActivityLogTest : public ChromeRenderViewHostTestHarness {
|
| protected:
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| ChromeRenderViewHostTestHarness::SetUp();
|
| #if defined OS_CHROMEOS
|
| test_user_manager_.reset(new chromeos::ScopedTestUserManager());
|
| @@ -72,7 +72,7 @@ class ActivityLogTest : public ChromeRenderViewHostTestHarness {
|
| base::RunLoop().RunUntilIdle();
|
| }
|
|
|
| - virtual void TearDown() OVERRIDE {
|
| + virtual void TearDown() override {
|
| #if defined OS_CHROMEOS
|
| test_user_manager_.reset();
|
| #endif
|
|
|