| Index: content/browser/service_worker/service_worker_cache_unittest.cc
|
| diff --git a/content/browser/service_worker/service_worker_cache_unittest.cc b/content/browser/service_worker/service_worker_cache_unittest.cc
|
| index acf51a190eaf9a52b9aaf017d248237f89af7077..315a369aa5b8e5366d714b9465fe982dd8db6dcc 100644
|
| --- a/content/browser/service_worker/service_worker_cache_unittest.cc
|
| +++ b/content/browser/service_worker/service_worker_cache_unittest.cc
|
| @@ -14,7 +14,6 @@
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/test/test_browser_context.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| -#include "net/disk_cache/simple/simple_backend_impl.h"
|
| #include "net/url_request/url_request_context.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| #include "net/url_request/url_request_job_factory_impl.h"
|
| @@ -80,12 +79,6 @@ class ServiceWorkerCacheTest : public testing::Test {
|
|
|
| virtual void TearDown() OVERRIDE {
|
| base::RunLoop().RunUntilIdle();
|
| - disk_cache::SimpleBackendImpl::FlushWorkerPoolForTesting();
|
| - base::RunLoop().RunUntilIdle();
|
| - cache_ = NULL;
|
| - base::RunLoop().RunUntilIdle();
|
| - disk_cache::SimpleBackendImpl::FlushWorkerPoolForTesting();
|
| - base::RunLoop().RunUntilIdle();
|
| }
|
|
|
| void CreateRequests(ChromeBlobStorageContext* blob_storage_context) {
|
|
|