diff options
author | benchan@chromium.org <benchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-24 07:24:56 +0000 |
---|---|---|
committer | benchan@chromium.org <benchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-24 07:24:56 +0000 |
commit | 547396c5c0ca818ca4ee7a4eb9667669a0898e73 (patch) | |
tree | cf5f5d591e4f2482f44532451f1fdfde50601f67 /chromeos/network/geolocation_handler_unittest.cc | |
parent | 8b44fa5704850a6e891fd25aaaac34b616729df2 (diff) | |
download | chromium_src-547396c5c0ca818ca4ee7a4eb9667669a0898e73.zip chromium_src-547396c5c0ca818ca4ee7a4eb9667669a0898e73.tar.gz chromium_src-547396c5c0ca818ca4ee7a4eb9667669a0898e73.tar.bz2 |
Migrate DBus service constants from flimflam namespace to shill namespace.
All shill DBus service constants have been moved from the flimflam namespace to
the shill namespace. This CL makes the corresponding changes on the Chrome
side.
Related CLs:
https://chromium-review.googlesource.com/#/c/170123/
https://chromium-review.googlesource.com/#/c/170205/
https://chromium-review.googlesource.com/#/c/170206/
https://chromium-review.googlesource.com/#/c/170207/
https://chromium-review.googlesource.com/#/c/170208/
https://chromium-review.googlesource.com/#/c/170209/
https://chromium-review.googlesource.com/#/c/170223/
https://chromium-review.googlesource.com/#/c/170230/
https://chromium-review.googlesource.com/#/c/170231/
BUG=295425
R=gspencer@chromium.org,gauravsh@chromium.org,stevenjb@chromium.org
Review URL: https://chromiumcodereview.appspot.com/24348002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224942 0039d316-1c4b-4281-b951-d872f2087c98
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 8657497..be0985d 100644 --- a/chromeos/network/geolocation_handler_unittest.cc +++ b/chromeos/network/geolocation_handler_unittest.cc @@ -57,7 +57,7 @@ class GeolocationHandlerTest : public testing::Test { shill::kGeoChannelProperty, channel); properties.SetStringWithoutPathExpansion( shill::kGeoSignalStrengthProperty, strength); - manager_test_->AddGeoNetwork(flimflam::kTypeWifi, properties); + manager_test_->AddGeoNetwork(shill::kTypeWifi, properties); message_loop_.RunUntilIdle(); } |