| Index: sync/internal_api/attachments/fake_attachment_downloader_unittest.cc
|
| diff --git a/sync/internal_api/attachments/fake_attachment_downloader_unittest.cc b/sync/internal_api/attachments/fake_attachment_downloader_unittest.cc
|
| index 7ab6235c3b463c7114f5c88eaade70af854dc3b6..1436a497eb12bd83bd2908e17c352b9cf938e4b7 100644
|
| --- a/sync/internal_api/attachments/fake_attachment_downloader_unittest.cc
|
| +++ b/sync/internal_api/attachments/fake_attachment_downloader_unittest.cc
|
| @@ -16,9 +16,9 @@ class FakeAttachmentDownloaderTest : public testing::Test {
|
| protected:
|
| FakeAttachmentDownloaderTest() {}
|
|
|
| - virtual void SetUp() override {}
|
| + void SetUp() override {}
|
|
|
| - virtual void TearDown() override {}
|
| + void TearDown() override {}
|
|
|
| AttachmentDownloader* downloader() {
|
| return &attachment_downloader_;
|
|
|