OLD | NEW |
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 CHROME_BROWSER_CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_H_ | 5 #ifndef CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_H_ |
6 #define CHROME_BROWSER_CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_H_ | 6 #define CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_H_ |
7 | 7 |
8 #include <string> | 8 #include <string> |
9 | 9 |
10 #include "chrome/browser/chromeos/dbus/dbus_thread_manager.h" | 10 #include "chromeos/dbus/dbus_thread_manager.h" |
11 #include "testing/gmock/include/gmock/gmock.h" | 11 #include "testing/gmock/include/gmock/gmock.h" |
12 | 12 |
13 namespace dbus { | 13 namespace dbus { |
14 | 14 |
15 class Bus; | 15 class Bus; |
16 | 16 |
17 } // namespace dbus | 17 } // namespace dbus |
18 | 18 |
19 namespace chromeos { | 19 namespace chromeos { |
20 | 20 |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 scoped_ptr<MockPowerManagerClient> mock_power_manager_client_; | 138 scoped_ptr<MockPowerManagerClient> mock_power_manager_client_; |
139 scoped_ptr<MockSessionManagerClient> mock_session_manager_client_; | 139 scoped_ptr<MockSessionManagerClient> mock_session_manager_client_; |
140 scoped_ptr<MockSpeechSynthesizerClient> mock_speech_synthesizer_client_; | 140 scoped_ptr<MockSpeechSynthesizerClient> mock_speech_synthesizer_client_; |
141 scoped_ptr<MockUpdateEngineClient> mock_update_engine_client_; | 141 scoped_ptr<MockUpdateEngineClient> mock_update_engine_client_; |
142 | 142 |
143 DISALLOW_COPY_AND_ASSIGN(MockDBusThreadManager); | 143 DISALLOW_COPY_AND_ASSIGN(MockDBusThreadManager); |
144 }; | 144 }; |
145 | 145 |
146 } // namespace chromeos | 146 } // namespace chromeos |
147 | 147 |
148 #endif // CHROME_BROWSER_CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_H_ | 148 #endif // CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_H_ |
OLD | NEW |