Index: chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc |
diff --git a/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc b/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc |
index a7e00f3f5d29268e4f684ea7942f206b4a3490dc..60e03780c554c50449c0bcd664d13d6f9cdc9bc7 100644 |
--- a/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc |
+++ b/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc |
@@ -113,13 +113,13 @@ class CloudPrintURLFetcherTest : public testing::Test, |
} |
protected: |
- virtual void SetUp() { |
+ void SetUp() override { |
testing::Test::SetUp(); |
io_message_loop_proxy_ = base::MessageLoopProxy::current(); |
} |
- virtual void TearDown() { |
+ void TearDown() override { |
fetcher_ = NULL; |
// Deleting the fetcher causes a task to be posted to the IO thread to |
// release references to the URLRequestContextGetter. We need to run all |