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

Unified Diff: dbus/mock_bus.h

Issue 12255043: DBus: Use TaskRunners instead of MessageLoopProxies. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 7 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: dbus/mock_bus.h
===================================================================
--- dbus/mock_bus.h (revision 183314)
+++ dbus/mock_bus.h (working copy)
@@ -16,7 +16,7 @@
// D-Bus calls.
class MockBus : public Bus {
public:
- MockBus(Bus::Options& options);
+ MockBus(const Bus::Options& options);
MOCK_METHOD2(GetObjectProxy, ObjectProxy*(const std::string& service_name,
const ObjectPath& object_path));
« no previous file with comments | « dbus/end_to_end_async_unittest.cc ('k') | dbus/mock_bus.cc » ('j') | dbus/mock_bus.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698