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..ca21152f83f5fa9b83efdd759cb0459c2741a187 100644 |
--- a/chrome/browser/chromeos/policy/device_policy_cros_browser_test.cc |
+++ b/chrome/browser/chromeos/policy/device_policy_cros_browser_test.cc |
@@ -83,7 +83,7 @@ DevicePolicyCrosBrowserTest::~DevicePolicyCrosBrowserTest() { |
} |
void DevicePolicyCrosBrowserTest::SetUpInProcessBrowserTestFixture() { |
- chromeos::DBusThreadManager::InitializeForTesting(fake_dbus_thread_manager_); |
+ chromeos::DBusThreadManager::SetInstanceForTesting(fake_dbus_thread_manager_); |
InProcessBrowserTest::SetUpInProcessBrowserTestFixture(); |
} |