diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-17 05:28:17 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-17 05:28:17 +0000 |
commit | 1880876849e367c193cb38fb11a19880e3783bf8 (patch) | |
tree | f9e5a6ac56cd151e16fa3a6f7b6878c84447a4cd /chrome/browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc | |
parent | 83aa77e873d1dfde716c0083f6f5704999c93748 (diff) | |
download | chromium_src-1880876849e367c193cb38fb11a19880e3783bf8.zip chromium_src-1880876849e367c193cb38fb11a19880e3783bf8.tar.gz chromium_src-1880876849e367c193cb38fb11a19880e3783bf8.tar.bz2 |
Fix linux_chromeos_clang bot.
BUG=18904
TEST=build and run unit_test
TBR=stevenjb
Review URL: http://codereview.chromium.org/7930008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101641 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc')
-rw-r--r-- | chrome/browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc b/chrome/browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc index 50978a1..ad1a67f 100644 --- a/chrome/browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc +++ b/chrome/browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc @@ -193,7 +193,7 @@ class ProxyResolutionServiceProviderTest : public testing::Test { const std::string& method_name, dbus::ExportedObject::MethodCallCallback method_callback, dbus::ExportedObject::OnExportedCallback on_exported_callback) { - if (interface_name == kLibCrosServiceInterface, + if (interface_name == kLibCrosServiceInterface && method_name == kResolveNetworkProxy) { // Tell the call back that the method is exported successfully. on_exported_callback.Run(interface_name, method_name, true); |