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

Unified Diff: chromeos/dbus/dbus_client.h

Issue 477663004: Merged FakedDBusThreadManager with DBusThreadManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: chromeos/dbus/dbus_client.h
diff --git a/chromeos/dbus/dbus_client.h b/chromeos/dbus/dbus_client.h
index e166c5f7fda1104456af771c9d7e1a16bd60231e..9936e0f17c822680d8c59826be06dab243509db3 100644
--- a/chromeos/dbus/dbus_client.h
+++ b/chromeos/dbus/dbus_client.h
@@ -28,6 +28,8 @@ class DBusClient {
virtual void Init(dbus::Bus* bus) = 0;
private:
+ friend class DBusThreadManagerImpl;
+
DISALLOW_ASSIGN(DBusClient);
};

Powered by Google App Engine
This is Rietveld 408576698