Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(852)

Unified Diff: chrome/browser/chromeos/proxy_config_service_impl_unittest.cc

Issue 477663004: Merged FakedDBusThreadManager with DBusThreadManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/proxy_config_service_impl_unittest.cc
diff --git a/chrome/browser/chromeos/proxy_config_service_impl_unittest.cc b/chrome/browser/chromeos/proxy_config_service_impl_unittest.cc
index 478e1feb63666cbfed74c94d5f2fbc5636d64245..88e025bc6ed7fa4ddcf6fc43cae27972d018717f 100644
--- a/chrome/browser/chromeos/proxy_config_service_impl_unittest.cc
+++ b/chrome/browser/chromeos/proxy_config_service_impl_unittest.cc
@@ -215,7 +215,7 @@ class ProxyConfigServiceImplTest : public testing::Test {
io_thread_(BrowserThread::IO, &loop_) {}
virtual void SetUp() {
- DBusThreadManager::InitializeWithStub();
+ DBusThreadManager::Initialize();
NetworkHandler::Initialize();
SetUpNetwork();

Powered by Google App Engine
This is Rietveld 408576698