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

Unified Diff: content/browser/storage_partition_impl_map_unittest.cc

Issue 1413563007: Fix ScopedTempDir in content_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fix Created 5 years, 2 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/storage_partition_impl_map_unittest.cc
diff --git a/content/browser/storage_partition_impl_map_unittest.cc b/content/browser/storage_partition_impl_map_unittest.cc
index c88fb53876489c8ec02679342b9ab2becee9760a..39b6c69c1999efebb6466486da84219dd34e7e15 100644
--- a/content/browser/storage_partition_impl_map_unittest.cc
+++ b/content/browser/storage_partition_impl_map_unittest.cc
@@ -62,8 +62,8 @@ TEST(StoragePartitionConfigTest, OperatorLess) {
}
TEST(StoragePartitionImplMapTest, GarbageCollect) {
- base::MessageLoop message_loop;
TestBrowserContext browser_context;
+ base::MessageLoop message_loop;
StoragePartitionImplMap storage_partition_impl_map(&browser_context);
scoped_ptr<base::hash_set<base::FilePath> > active_paths(
« no previous file with comments | « content/browser/service_worker/service_worker_storage_unittest.cc ('k') | content/public/test/test_browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698