Commit 4d3d920d authored by Greg Thompson's avatar Greg Thompson Committed by Commit Bot

Remove unused ScopedTempDir member of SubresourceFilterContentSettingsManagerTest.

BUG=546640
R=csharrison@chromium.org


Change-Id: I8e06696bf0ccc29ab291c43528fc373d2ad18b45
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1898656
Auto-Submit: Greg Thompson <grt@chromium.org>
Commit-Queue: Charlie Harrison <csharrison@chromium.org>
Reviewed-by: default avatarCharlie Harrison <csharrison@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712568}
parent 2f7b4371
...@@ -72,8 +72,6 @@ class SubresourceFilterContentSettingsManagerTest : public testing::Test { ...@@ -72,8 +72,6 @@ class SubresourceFilterContentSettingsManagerTest : public testing::Test {
base::SimpleTestClock* test_clock() { return test_clock_; } base::SimpleTestClock* test_clock() { return test_clock_; }
private: private:
base::ScopedTempDir scoped_dir_;
content::BrowserTaskEnvironment task_environment_; content::BrowserTaskEnvironment task_environment_;
base::HistogramTester histogram_tester_; base::HistogramTester histogram_tester_;
TestingProfile testing_profile_; TestingProfile testing_profile_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment