summaryrefslogtreecommitdiffstats
path: root/chromeos
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-10 06:24:47 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-10 06:24:47 +0000
commitcb29c6478a6cf9b7878e02c296d1ad35f0f1e559 (patch)
treecfdce7551b5b65ad749b3cc18a0a5f9e13e3896d /chromeos
parent50a4c4171678537494370d07c44c693762b956db (diff)
downloadchromium_src-cb29c6478a6cf9b7878e02c296d1ad35f0f1e559.zip
chromium_src-cb29c6478a6cf9b7878e02c296d1ad35f0f1e559.tar.gz
chromium_src-cb29c6478a6cf9b7878e02c296d1ad35f0f1e559.tar.bz2
Cleanup miscellaneous bits of dbus / mtp code.
Review URL: https://chromiumcodereview.appspot.com/11091027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161062 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos')
-rw-r--r--chromeos/dbus/dbus_thread_manager.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/chromeos/dbus/dbus_thread_manager.h b/chromeos/dbus/dbus_thread_manager.h
index 31205a5..cc0821b 100644
--- a/chromeos/dbus/dbus_thread_manager.h
+++ b/chromeos/dbus/dbus_thread_manager.h
@@ -35,12 +35,6 @@ class CashewClient;
class CrosDisksClient;
class CryptohomeClient;
class DebugDaemonClient;
-class ShillDeviceClient;
-class ShillIPConfigClient;
-class ShillManagerClient;
-class ShillNetworkClient;
-class ShillProfileClient;
-class ShillServiceClient;
class GsmSMSClient;
class IBusClient;
class IBusEngineFactoryService;
@@ -54,6 +48,12 @@ class PermissionBrokerClient;
class PowerManagerClient;
class SMSClient;
class SessionManagerClient;
+class ShillDeviceClient;
+class ShillIPConfigClient;
+class ShillManagerClient;
+class ShillNetworkClient;
+class ShillProfileClient;
+class ShillServiceClient;
class SpeechSynthesizerClient;
class UpdateEngineClient;