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

Unified Diff: components/subresource_filter/core/common/test_ruleset_creator.h

Issue 2835233002: Fix integration tests in src/chrome and src/extensions so that we can turn on IO thread checks wi... (Closed)
Patch Set: ready for review Created 3 years, 8 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: components/subresource_filter/core/common/test_ruleset_creator.h
diff --git a/components/subresource_filter/core/common/test_ruleset_creator.h b/components/subresource_filter/core/common/test_ruleset_creator.h
index 88338f609222c19f584d11742be7ca4ebfd726ad..cb07526e7878cf6c1d6871cdf45e796697832bec 100644
--- a/components/subresource_filter/core/common/test_ruleset_creator.h
+++ b/components/subresource_filter/core/common/test_ruleset_creator.h
@@ -98,7 +98,7 @@ class TestRulesetCreator {
void CreateTestRulesetFromContents(std::vector<uint8_t> ruleset_contents,
TestRuleset* ruleset);
- base::ScopedTempDir scoped_temp_dir_;
+ std::unique_ptr<base::ScopedTempDir> scoped_temp_dir_;
int next_unique_file_suffix = 1;
DISALLOW_COPY_AND_ASSIGN(TestRulesetCreator);
« no previous file with comments | « components/drive/service/fake_drive_service.cc ('k') | components/subresource_filter/core/common/test_ruleset_creator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698