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

Unified Diff: chromeos/dbus/dbus_client.h

Issue 49773003: ChromeOS: Remove MockDBusThreadManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed helper files. Created 7 years, 1 month 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 c9ac6716d600113c9c1120bebf73893a771b533e..94c80592c3dae15c084e8ccdd89871e569c04197 100644
--- a/chromeos/dbus/dbus_client.h
+++ b/chromeos/dbus/dbus_client.h
@@ -18,7 +18,7 @@ namespace chromeos {
// incorrect calls. Stub clients may lift that restriction however.
class DBusClient {
protected:
- friend class DBusThreadManagerImpl;
+ friend class DBusThreadManager;
virtual ~DBusClient() {}

Powered by Google App Engine
This is Rietveld 408576698