| 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 a01fb9f8f14a235fc9ff259f99fe35f86862c25d..ae4990e263f6b560389c5c0df039c344cc64cfe4 100644
|
| --- a/chrome/browser/chromeos/settings/device_settings_test_helper.h
|
| +++ b/chrome/browser/chromeos/settings/device_settings_test_helper.h
|
| @@ -20,8 +20,8 @@
|
| #include "chrome/browser/chromeos/policy/device_policy_builder.h"
|
| #include "chrome/browser/chromeos/settings/device_settings_service.h"
|
| #include "chrome/browser/chromeos/settings/device_settings_test_helper.h"
|
| -#include "chrome/browser/chromeos/settings/mock_owner_key_util.h"
|
| #include "chromeos/dbus/session_manager_client.h"
|
| +#include "components/ownership/mock_owner_key_util.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -189,7 +189,7 @@ class DeviceSettingsTestBase : public testing::Test {
|
| FakeUserManager* user_manager_;
|
| ScopedUserManagerEnabler user_manager_enabler_;
|
| scoped_ptr<TestingProfile> profile_;
|
| - scoped_refptr<MockOwnerKeyUtil> owner_key_util_;
|
| + 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_;
|
|
|