| Index: chrome/browser/chromeos/policy/device_policy_cros_browser_test.cc
|
| diff --git a/chrome/browser/chromeos/policy/device_policy_cros_browser_test.cc b/chrome/browser/chromeos/policy/device_policy_cros_browser_test.cc
|
| index eb8505c245328da0b74acaeb7c623d1bc600a9be..aa617ab0e5a3a20c49812a6dda5bec7bca23234b 100644
|
| --- a/chrome/browser/chromeos/policy/device_policy_cros_browser_test.cc
|
| +++ b/chrome/browser/chromeos/policy/device_policy_cros_browser_test.cc
|
| @@ -83,13 +83,12 @@ DevicePolicyCrosBrowserTest::~DevicePolicyCrosBrowserTest() {
|
| }
|
|
|
| void DevicePolicyCrosBrowserTest::SetUpInProcessBrowserTestFixture() {
|
| - chromeos::DBusThreadManager::InitializeForTesting(fake_dbus_thread_manager_);
|
| + chromeos::DBusThreadManager::SetInstanceForTesting(fake_dbus_thread_manager_);
|
| InProcessBrowserTest::SetUpInProcessBrowserTestFixture();
|
| }
|
|
|
| void DevicePolicyCrosBrowserTest::TearDownInProcessBrowserTestFixture() {
|
| InProcessBrowserTest::TearDownInProcessBrowserTestFixture();
|
| - chromeos::DBusThreadManager::Shutdown();
|
| }
|
|
|
| void DevicePolicyCrosBrowserTest::MarkAsEnterpriseOwned() {
|
|
|