| Index: chrome/browser/sync/test/integration/themes_helper.cc
 | 
| diff --git a/chrome/browser/sync/test/integration/themes_helper.cc b/chrome/browser/sync/test/integration/themes_helper.cc
 | 
| index 79a948cd4c268d099e640c6924deaa932c2bdf56..db6dc67f27ade01a7cbfa95daca79cfe10e24a2a 100644
 | 
| --- a/chrome/browser/sync/test/integration/themes_helper.cc
 | 
| +++ b/chrome/browser/sync/test/integration/themes_helper.cc
 | 
| @@ -90,13 +90,13 @@ class ThemePendingInstallChecker : public StatusChangeChecker,
 | 
|    virtual ~ThemePendingInstallChecker();
 | 
|  
 | 
|    // Implementation of StatusChangeChecker.
 | 
| -  virtual std::string GetDebugMessage() const OVERRIDE;
 | 
| -  virtual bool IsExitConditionSatisfied() OVERRIDE;
 | 
| +  virtual std::string GetDebugMessage() const override;
 | 
| +  virtual bool IsExitConditionSatisfied() override;
 | 
|  
 | 
|    // Implementation of content::NotificationObserver.
 | 
|    virtual void Observe(int type,
 | 
|                         const content::NotificationSource& source,
 | 
| -                       const content::NotificationDetails& details) OVERRIDE;
 | 
| +                       const content::NotificationDetails& details) override;
 | 
|  
 | 
|    // Waits until the condition to be met or a timeout occurs.
 | 
|    void Wait();
 | 
| @@ -170,13 +170,13 @@ class ThemeConditionChecker : public StatusChangeChecker,
 | 
|    virtual ~ThemeConditionChecker();
 | 
|  
 | 
|    // Implementation of StatusChangeChecker.
 | 
| -  virtual std::string GetDebugMessage() const OVERRIDE;
 | 
| -  virtual bool IsExitConditionSatisfied() OVERRIDE;
 | 
| +  virtual std::string GetDebugMessage() const override;
 | 
| +  virtual bool IsExitConditionSatisfied() override;
 | 
|  
 | 
|    // Implementation of content::NotificationObserver.
 | 
|    virtual void Observe(int type,
 | 
|                         const content::NotificationSource& source,
 | 
| -                       const content::NotificationDetails& details) OVERRIDE;
 | 
| +                       const content::NotificationDetails& details) override;
 | 
|  
 | 
|    // Waits until the condition to be met or a timeout occurs.
 | 
|    void Wait();
 | 
| 
 |