diff options
author | zelidrag <zelidrag@chromium.org> | 2014-08-26 18:44:48 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-08-27 01:45:47 +0000 |
commit | 29fe338316a08c2669d2e011889dff2b91dfb616 (patch) | |
tree | b4b49dbe5a9eae924bee60892b2bdda369b440cc /chromeos/network/geolocation_handler_unittest.cc | |
parent | 71d115dac733c9532ab73c9e521f1ab545304d14 (diff) | |
download | chromium_src-29fe338316a08c2669d2e011889dff2b91dfb616.zip chromium_src-29fe338316a08c2669d2e011889dff2b91dfb616.tar.gz chromium_src-29fe338316a08c2669d2e011889dff2b91dfb616.tar.bz2 |
Part 3: Merged FakedDBusThreadManager with DBusThreadManager.
BUG=401192
TEST=existing tests
TBR=sky,stevenjb,keybuk
Review URL: https://codereview.chromium.org/477663004
Cr-Commit-Position: refs/heads/master@{#292072}
Diffstat (limited to 'chromeos/network/geolocation_handler_unittest.cc')
-rw-r--r-- | chromeos/network/geolocation_handler_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/network/geolocation_handler_unittest.cc b/chromeos/network/geolocation_handler_unittest.cc index be0985d..af5dc19 100644 --- a/chromeos/network/geolocation_handler_unittest.cc +++ b/chromeos/network/geolocation_handler_unittest.cc @@ -24,7 +24,7 @@ class GeolocationHandlerTest : public testing::Test { virtual void SetUp() OVERRIDE { // Initialize DBusThreadManager with a stub implementation. - DBusThreadManager::InitializeWithStub(); + DBusThreadManager::Initialize(); // Get the test interface for manager / device. manager_test_ = DBusThreadManager::Get()->GetShillManagerClient()->GetTestInterface(); |