| Index: chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc
 | 
| diff --git a/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc b/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc
 | 
| index f846125fac8c1ce99119794ea405395e096ac379..3d847eb2da244fad3778ad2184f5622f5c39b67c 100644
 | 
| --- a/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc
 | 
| +++ b/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc
 | 
| @@ -41,7 +41,7 @@ class ProfileShortcutManagerTest : public testing::Test {
 | 
|          fake_system_desktop_(base::DIR_COMMON_DESKTOP) {
 | 
|    }
 | 
|  
 | 
| -  virtual void SetUp() OVERRIDE {
 | 
| +  virtual void SetUp() override {
 | 
|      CoInitialize(NULL);
 | 
|  
 | 
|      TestingBrowserProcess* browser_process =
 | 
| @@ -59,7 +59,7 @@ class ProfileShortcutManagerTest : public testing::Test {
 | 
|      profile_3_path_ = CreateProfileDirectory(profile_3_name_);
 | 
|    }
 | 
|  
 | 
| -  virtual void TearDown() OVERRIDE {
 | 
| +  virtual void TearDown() override {
 | 
|      message_loop_.RunUntilIdle();
 | 
|  
 | 
|      // Delete all profiles and ensure their shortcuts got removed.
 | 
| 
 |