| Index: chrome/browser/chromeos/settings/device_settings_test_helper.h
|
| diff --git a/chrome/browser/chromeos/settings/device_settings_test_helper.h b/chrome/browser/chromeos/settings/device_settings_test_helper.h
|
| index cac6fc9580ae9ca0c7f2ea436f69fe112198b163..8100563216d354e6dea5c4ffb13c525d05f2b58b 100644
|
| --- a/chrome/browser/chromeos/settings/device_settings_test_helper.h
|
| +++ b/chrome/browser/chromeos/settings/device_settings_test_helper.h
|
| @@ -185,11 +185,11 @@ class DeviceSettingsTestBase : public testing::Test {
|
| // tested classes depend on implicitly.
|
| FakeUserManager* user_manager_;
|
| ScopedUserManagerEnabler user_manager_enabler_;
|
| - scoped_ptr<TestingProfile> profile_;
|
| scoped_refptr<ownership::MockOwnerKeyUtil> owner_key_util_;
|
| // Local DeviceSettingsService instance for tests. Avoid using in combination
|
| // with the global instance (DeviceSettingsService::Get()).
|
| DeviceSettingsService device_settings_service_;
|
| + scoped_ptr<TestingProfile> profile_;
|
|
|
| scoped_ptr<DBusThreadManagerSetter> dbus_setter_;
|
|
|
|
|