| Index: content/child/indexed_db/indexed_db_dispatcher_unittest.cc
|
| diff --git a/content/child/indexed_db/indexed_db_dispatcher_unittest.cc b/content/child/indexed_db/indexed_db_dispatcher_unittest.cc
|
| index 86601f1fa975cfd7055ca712bdbc912823ea8efb..4f29998f02ce0c4894eddd78ea882e93c6bc130b 100644
|
| --- a/content/child/indexed_db/indexed_db_dispatcher_unittest.cc
|
| +++ b/content/child/indexed_db/indexed_db_dispatcher_unittest.cc
|
| @@ -68,9 +68,7 @@ class IndexedDBDispatcherTest : public testing::Test {
|
| thread_safe_sender_(new ThreadSafeSender(message_loop_proxy_.get(),
|
| sync_message_filter_.get())) {}
|
|
|
| - virtual void TearDown() override {
|
| - blink::WebHeap::collectAllGarbageForTesting();
|
| - }
|
| + void TearDown() override { blink::WebHeap::collectAllGarbageForTesting(); }
|
|
|
| protected:
|
| scoped_refptr<base::MessageLoopProxy> message_loop_proxy_;
|
|
|