Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: content/browser/appcache/appcache_service_unittest.cc

Issue 2940023002: TaskScheduler: migrate appcache database over to use it. (Closed)
Patch Set: many more tests Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/appcache/appcache_service_unittest.cc
diff --git a/content/browser/appcache/appcache_service_unittest.cc b/content/browser/appcache/appcache_service_unittest.cc
index 0f1c7f02e18bd84656d6385441039cb5e28d42bb..552244a02484ff155a4b3a62eaca512857967598 100644
--- a/content/browser/appcache/appcache_service_unittest.cc
+++ b/content/browser/appcache/appcache_service_unittest.cc
@@ -183,13 +183,11 @@ class AppCacheServiceImplTest : public testing::Test {
const GURL kOrigin;
const GURL kManifestUrl;
+ base::test::ScopedTaskEnvironment scoped_task_environment_;
std::unique_ptr<AppCacheServiceImpl> service_;
int delete_result_;
int delete_completion_count_;
net::CompletionCallback deletion_callback_;
-
- private:
- base::test::ScopedTaskEnvironment scoped_task_environment_;
};
TEST_F(AppCacheServiceImplTest, DeleteAppCachesForOrigin) {

Powered by Google App Engine
This is Rietveld 408576698