| Index: chrome/browser/extensions/api/history/history_apitest.cc
 | 
| diff --git a/chrome/browser/extensions/api/history/history_apitest.cc b/chrome/browser/extensions/api/history/history_apitest.cc
 | 
| index 8ee687ae077cf48681cdc5edaf29637316ed591d..b3af0d813597792eff35b8874e99c01942474402 100644
 | 
| --- a/chrome/browser/extensions/api/history/history_apitest.cc
 | 
| +++ b/chrome/browser/extensions/api/history/history_apitest.cc
 | 
| @@ -14,7 +14,7 @@ namespace extensions {
 | 
|  
 | 
|  class HistoryApiTest : public ExtensionApiTest {
 | 
|   public:
 | 
| -  virtual void SetUpInProcessBrowserTestFixture() OVERRIDE {
 | 
| +  virtual void SetUpInProcessBrowserTestFixture() override {
 | 
|      ExtensionApiTest::SetUpInProcessBrowserTestFixture();
 | 
|  
 | 
|      host_resolver()->AddRule("www.a.com", "127.0.0.1");
 | 
| 
 |