| Index: cc/base/delayed_unique_notifier_unittest.cc
|
| diff --git a/cc/base/delayed_unique_notifier_unittest.cc b/cc/base/delayed_unique_notifier_unittest.cc
|
| index 3e41d321f3e89060b16d8d56957af2c976d88dd2..f30834e460f4ad98b1fa618bd9490d9c44403f32 100644
|
| --- a/cc/base/delayed_unique_notifier_unittest.cc
|
| +++ b/cc/base/delayed_unique_notifier_unittest.cc
|
| @@ -35,7 +35,7 @@ class DelayedUniqueNotifierTest : public testing::Test {
|
| public:
|
| DelayedUniqueNotifierTest() : notification_count_(0) {}
|
|
|
| - virtual void SetUp() override {
|
| + void SetUp() override {
|
| notification_count_ = 0;
|
| task_runner_ = make_scoped_refptr(new base::TestSimpleTaskRunner);
|
| }
|
|
|