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

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

Issue 10915106: Renaming instances of "flimflam" with "shill", now that we're only (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Upload after merge Created 8 years, 3 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 unified diff | Download patch
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_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_ 5 #ifndef CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_
6 #define CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_ 6 #define CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/logging.h" 10 #include "base/logging.h"
(...skipping 25 matching lines...) Expand all
36 36
37 virtual BluetoothAdapterClient* GetBluetoothAdapterClient() OVERRIDE; 37 virtual BluetoothAdapterClient* GetBluetoothAdapterClient() OVERRIDE;
38 virtual BluetoothDeviceClient* GetBluetoothDeviceClient() OVERRIDE; 38 virtual BluetoothDeviceClient* GetBluetoothDeviceClient() OVERRIDE;
39 virtual BluetoothInputClient* GetBluetoothInputClient() OVERRIDE; 39 virtual BluetoothInputClient* GetBluetoothInputClient() OVERRIDE;
40 virtual BluetoothManagerClient* GetBluetoothManagerClient() OVERRIDE; 40 virtual BluetoothManagerClient* GetBluetoothManagerClient() OVERRIDE;
41 virtual BluetoothNodeClient* GetBluetoothNodeClient() OVERRIDE; 41 virtual BluetoothNodeClient* GetBluetoothNodeClient() OVERRIDE;
42 virtual CashewClient* GetCashewClient() OVERRIDE; 42 virtual CashewClient* GetCashewClient() OVERRIDE;
43 virtual CrosDisksClient* GetCrosDisksClient() OVERRIDE; 43 virtual CrosDisksClient* GetCrosDisksClient() OVERRIDE;
44 virtual CryptohomeClient* GetCryptohomeClient() OVERRIDE; 44 virtual CryptohomeClient* GetCryptohomeClient() OVERRIDE;
45 virtual DebugDaemonClient* GetDebugDaemonClient() OVERRIDE; 45 virtual DebugDaemonClient* GetDebugDaemonClient() OVERRIDE;
46 virtual FlimflamDeviceClient* GetFlimflamDeviceClient() OVERRIDE; 46 virtual ShillDeviceClient* GetShillDeviceClient() OVERRIDE;
47 virtual FlimflamIPConfigClient* GetFlimflamIPConfigClient() OVERRIDE; 47 virtual ShillIPConfigClient* GetShillIPConfigClient() OVERRIDE;
48 virtual FlimflamManagerClient* GetFlimflamManagerClient() OVERRIDE; 48 virtual ShillManagerClient* GetShillManagerClient() OVERRIDE;
49 virtual FlimflamNetworkClient* GetFlimflamNetworkClient() OVERRIDE; 49 virtual ShillNetworkClient* GetShillNetworkClient() OVERRIDE;
50 virtual FlimflamProfileClient* GetFlimflamProfileClient() OVERRIDE; 50 virtual ShillProfileClient* GetShillProfileClient() OVERRIDE;
51 virtual FlimflamServiceClient* GetFlimflamServiceClient() OVERRIDE; 51 virtual ShillServiceClient* GetShillServiceClient() OVERRIDE;
52 virtual GsmSMSClient* GetGsmSMSClient() OVERRIDE; 52 virtual GsmSMSClient* GetGsmSMSClient() OVERRIDE;
53 virtual ImageBurnerClient* GetImageBurnerClient() OVERRIDE; 53 virtual ImageBurnerClient* GetImageBurnerClient() OVERRIDE;
54 virtual IntrospectableClient* GetIntrospectableClient() OVERRIDE; 54 virtual IntrospectableClient* GetIntrospectableClient() OVERRIDE;
55 virtual MediaTransferProtocolDaemonClient* 55 virtual MediaTransferProtocolDaemonClient*
56 GetMediaTransferProtocolDaemonClient() OVERRIDE; 56 GetMediaTransferProtocolDaemonClient() OVERRIDE;
57 virtual ModemMessagingClient* GetModemMessagingClient() OVERRIDE; 57 virtual ModemMessagingClient* GetModemMessagingClient() OVERRIDE;
58 virtual PermissionBrokerClient* GetPermissionBrokerClient() OVERRIDE; 58 virtual PermissionBrokerClient* GetPermissionBrokerClient() OVERRIDE;
59 virtual PowerManagerClient* GetPowerManagerClient() OVERRIDE; 59 virtual PowerManagerClient* GetPowerManagerClient() OVERRIDE;
60 virtual SessionManagerClient* GetSessionManagerClient() OVERRIDE; 60 virtual SessionManagerClient* GetSessionManagerClient() OVERRIDE;
61 virtual SMSClient* GetSMSClient() OVERRIDE; 61 virtual SMSClient* GetSMSClient() OVERRIDE;
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 scoped_ptr<MockIBusEngineService> mock_ibus_engine_service_; 96 scoped_ptr<MockIBusEngineService> mock_ibus_engine_service_;
97 scoped_ptr<MockIBusEngineFactoryService> mock_ibus_engine_factory_service_; 97 scoped_ptr<MockIBusEngineFactoryService> mock_ibus_engine_factory_service_;
98 98
99 dbus::Bus* ibus_bus_; 99 dbus::Bus* ibus_bus_;
100 DISALLOW_COPY_AND_ASSIGN(MockDBusThreadManagerWithoutGMock); 100 DISALLOW_COPY_AND_ASSIGN(MockDBusThreadManagerWithoutGMock);
101 }; 101 };
102 102
103 } // namespace chromeos 103 } // namespace chromeos
104 104
105 #endif // CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_ 105 #endif // CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_
OLDNEW
« no previous file with comments | « chromeos/dbus/mock_dbus_thread_manager.cc ('k') | chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698