| Index: chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc
|
| diff --git a/chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc b/chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc
|
| index a7ffe0bf188aa84ab6a481a63c219eb0122eccce..a1bde6844bb5ec49e779cecfd1fe2270551b27bf 100644
|
| --- a/chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc
|
| +++ b/chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc
|
| @@ -312,10 +312,12 @@ class NetworkConfigurationUpdaterTest : public testing::Test {
|
| std::unique_ptr<PolicyServiceImpl> policy_service_;
|
| FakeUser fake_user_;
|
|
|
| + // Must outlive |profile_|.
|
| + content::TestBrowserThreadBundle thread_bundle_;
|
| +
|
| TestingProfile profile_;
|
|
|
| std::unique_ptr<NetworkConfigurationUpdater> network_configuration_updater_;
|
| - content::TestBrowserThreadBundle thread_bundle_;
|
| };
|
|
|
| TEST_F(NetworkConfigurationUpdaterTest, CellularAllowRoaming) {
|
|
|