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

Side by Side Diff: chromeos/dbus/dbus_thread_manager.h

Issue 2549043002: chromeos: Cleanup class/struct fwd declarations (Closed)
Patch Set: Created 4 years 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 unified diff | Download patch
« no previous file with comments | « chromeos/dbus/dbus_clients_browser.h ('k') | chromeos/dbus/fake_cras_audio_client.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_ 5 #ifndef CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_
6 #define CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_ 6 #define CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <string> 9 #include <string>
10 10
11 #include "base/callback.h" 11 #include "base/callback.h"
12 #include "base/macros.h" 12 #include "base/macros.h"
13 #include "base/memory/ref_counted.h" 13 #include "base/memory/ref_counted.h"
14 #include "chromeos/chromeos_export.h" 14 #include "chromeos/chromeos_export.h"
15 15
16 namespace base { 16 namespace base {
17 class Thread; 17 class Thread;
18 } // namespace base 18 } // namespace base
19 19
20 namespace dbus { 20 namespace dbus {
21 class Bus; 21 class Bus;
22 class ObjectPath;
23 } // namespace dbus 22 } // namespace dbus
24 23
25 namespace chromeos { 24 namespace chromeos {
26 25
27 // Style Note: Clients are sorted by names. 26 // Style Note: Clients are sorted by names.
28 class ArcObbMounterClient; 27 class ArcObbMounterClient;
29 class AuthPolicyClient; 28 class AuthPolicyClient;
30 class CrasAudioClient; 29 class CrasAudioClient;
31 class CrosDisksClient; 30 class CrosDisksClient;
32 class CryptohomeClient; 31 class CryptohomeClient;
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 friend class DBusThreadManager; 199 friend class DBusThreadManager;
201 200
202 DBusThreadManagerSetter(); 201 DBusThreadManagerSetter();
203 202
204 DISALLOW_COPY_AND_ASSIGN(DBusThreadManagerSetter); 203 DISALLOW_COPY_AND_ASSIGN(DBusThreadManagerSetter);
205 }; 204 };
206 205
207 } // namespace chromeos 206 } // namespace chromeos
208 207
209 #endif // CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_ 208 #endif // CHROMEOS_DBUS_DBUS_THREAD_MANAGER_H_
OLDNEW
« no previous file with comments | « chromeos/dbus/dbus_clients_browser.h ('k') | chromeos/dbus/fake_cras_audio_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698