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

Unified Diff: content/public/test/test_browser_context.h

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
« no previous file with comments | « content/browser/storage_partition_impl_map_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_browser_context.h
diff --git a/content/public/test/test_browser_context.h b/content/public/test/test_browser_context.h
index e33de180800b6d8dd178f7a240441ff0a9048309..cb508259c97eb8a885b2d9995118180bca89b09d 100644
--- a/content/public/test/test_browser_context.h
+++ b/content/public/test/test_browser_context.h
@@ -51,9 +51,9 @@ class TestBrowserContext : public BrowserContext {
BackgroundSyncController* GetBackgroundSyncController() override;
private:
+ base::ScopedTempDir browser_context_dir_;
scoped_refptr<net::URLRequestContextGetter> request_context_;
scoped_ptr<MockResourceContext> resource_context_;
- base::ScopedTempDir browser_context_dir_;
scoped_refptr<storage::SpecialStoragePolicy> special_storage_policy_;
scoped_ptr<MockSSLHostStateDelegate> ssl_host_state_delegate_;
« no previous file with comments | « content/browser/storage_partition_impl_map_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698