Index: sync/internal_api/attachments/attachment_service_proxy_unittest.cc |
diff --git a/sync/internal_api/attachments/attachment_service_proxy_unittest.cc b/sync/internal_api/attachments/attachment_service_proxy_unittest.cc |
index 3d5cd552888829244456edc31fc61872728a3300..d1b935637c78aed19ef03ab8eb17ca0ab69d27ce 100644 |
--- a/sync/internal_api/attachments/attachment_service_proxy_unittest.cc |
+++ b/sync/internal_api/attachments/attachment_service_proxy_unittest.cc |
@@ -91,7 +91,7 @@ class AttachmentServiceProxyTest : public testing::Test, |
protected: |
AttachmentServiceProxyTest() {} |
- virtual void SetUp() { |
+ void SetUp() override { |
CalledOnValidThread(); |
stub_thread.reset(new base::Thread("attachment service stub thread")); |
stub_thread->Start(); |
@@ -108,8 +108,7 @@ class AttachmentServiceProxyTest : public testing::Test, |
count_callback_drop = 0; |
} |
- virtual void TearDown() |
- override { |
+ void TearDown() override { |
// We must take care to call the stub's destructor on the stub_thread |
// because that's the thread to which its WeakPtrs are bound. |
if (stub) { |