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

Unified Diff: chrome/browser/chromeos/dbus/mock_bluetooth_adapter_client.h

Issue 9363045: Revert 121920 - dbus: add ObjectPath type (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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/dbus/mock_bluetooth_adapter_client.h
===================================================================
--- chrome/browser/chromeos/dbus/mock_bluetooth_adapter_client.h (revision 121922)
+++ chrome/browser/chromeos/dbus/mock_bluetooth_adapter_client.h (working copy)
@@ -19,8 +19,8 @@
MOCK_METHOD1(AddObserver, void(Observer*));
MOCK_METHOD1(RemoveObserver, void(Observer*));
- MOCK_METHOD1(StartDiscovery, void(const dbus::ObjectPath&));
- MOCK_METHOD1(StopDiscovery, void(const dbus::ObjectPath&));
+ MOCK_METHOD1(StartDiscovery, void(const std::string&));
+ MOCK_METHOD1(StopDiscovery, void(const std::string&));
};
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/dbus/image_burner_client.cc ('k') | chrome/browser/chromeos/dbus/power_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698