| Index: components/search_engines/template_url_fetcher_unittest.cc
|
| diff --git a/components/search_engines/template_url_fetcher_unittest.cc b/components/search_engines/template_url_fetcher_unittest.cc
|
| index 7984764e1705d8d89f2c61e21aa7f07bfda14899..7ab8c9e9b400959bbfc4ec1e719008af2fa6c5b4 100644
|
| --- a/components/search_engines/template_url_fetcher_unittest.cc
|
| +++ b/components/search_engines/template_url_fetcher_unittest.cc
|
| @@ -26,7 +26,7 @@ class TemplateURLFetcherTest : public testing::Test {
|
| public:
|
| TemplateURLFetcherTest();
|
|
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| TestingProfile* profile = test_util_.profile();
|
| ASSERT_TRUE(profile->GetRequestContext());
|
| template_url_fetcher_.reset(new TemplateURLFetcher(
|
| @@ -35,7 +35,7 @@ class TemplateURLFetcherTest : public testing::Test {
|
| ASSERT_TRUE(test_server_.InitializeAndWaitUntilReady());
|
| }
|
|
|
| - virtual void TearDown() OVERRIDE {
|
| + virtual void TearDown() override {
|
| ASSERT_TRUE(test_server_.ShutdownAndWaitUntilComplete());
|
| }
|
|
|
|
|