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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 scoped_ptr<MockPowerManagerClient> mock_power_manager_client_; | 114 scoped_ptr<MockPowerManagerClient> mock_power_manager_client_; |
115 scoped_ptr<MockSessionManagerClient> mock_session_manager_client_; | 115 scoped_ptr<MockSessionManagerClient> mock_session_manager_client_; |
116 scoped_ptr<MockSpeechSynthesizerClient> mock_speech_synthesizer_client_; | 116 scoped_ptr<MockSpeechSynthesizerClient> mock_speech_synthesizer_client_; |
117 scoped_ptr<MockUpdateEngineClient> mock_update_engine_client_; | 117 scoped_ptr<MockUpdateEngineClient> mock_update_engine_client_; |
118 | 118 |
119 DISALLOW_COPY_AND_ASSIGN(MockDBusThreadManager); | 119 DISALLOW_COPY_AND_ASSIGN(MockDBusThreadManager); |
120 }; | 120 }; |
121 | 121 |
122 } // namespace chromeos | 122 } // namespace chromeos |
123 | 123 |
124 #endif // CHROME_BROWSER_CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_H_ | 124 #endif // CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_H_ |
OLD | NEW |