| OLD | NEW |
| 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2010 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_CROS_CROS_IN_PROCESS_BROWSER_TEST_H_ | 5 #ifndef CHROME_BROWSER_CHROMEOS_CROS_CROS_IN_PROCESS_BROWSER_TEST_H_ |
| 6 #define CHROME_BROWSER_CHROMEOS_CROS_CROS_IN_PROCESS_BROWSER_TEST_H_ | 6 #define CHROME_BROWSER_CHROMEOS_CROS_CROS_IN_PROCESS_BROWSER_TEST_H_ |
| 7 | 7 |
| 8 #include "base/scoped_ptr.h" | 8 #include "base/scoped_ptr.h" |
| 9 #include "chrome/browser/chromeos/cros/cros_library.h" | 9 #include "chrome/browser/chromeos/cros/cros_library.h" |
| 10 #include "chrome/test/in_process_browser_test.h" | 10 #include "chrome/test/in_process_browser_test.h" |
| 11 #include "third_party/cros/chromeos_language.h" | 11 #include "third_party/cros/chromeos_input_method.h" |
| 12 | 12 |
| 13 namespace chromeos { | 13 namespace chromeos { |
| 14 | 14 |
| 15 class MockLibraryLoader; | 15 class MockLibraryLoader; |
| 16 class MockScreenLockLibrary; | 16 class MockScreenLockLibrary; |
| 17 class MockCryptohomeLibrary; | 17 class MockCryptohomeLibrary; |
| 18 class MockLanguageLibrary; | 18 class MockLanguageLibrary; |
| 19 class MockNetworkLibrary; | 19 class MockNetworkLibrary; |
| 20 class MockPowerLibrary; | 20 class MockPowerLibrary; |
| 21 class MockScreenLockLibrary; | 21 class MockScreenLockLibrary; |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 | 84 |
| 85 ImePropertyList ime_properties_; | 85 ImePropertyList ime_properties_; |
| 86 | 86 |
| 87 private: | 87 private: |
| 88 DISALLOW_COPY_AND_ASSIGN(CrosInProcessBrowserTest); | 88 DISALLOW_COPY_AND_ASSIGN(CrosInProcessBrowserTest); |
| 89 }; | 89 }; |
| 90 | 90 |
| 91 } // namespace chromeos | 91 } // namespace chromeos |
| 92 | 92 |
| 93 #endif // CHROME_BROWSER_CHROMEOS_CROS_CROS_IN_PROCESS_BROWSER_TEST_H_ | 93 #endif // CHROME_BROWSER_CHROMEOS_CROS_CROS_IN_PROCESS_BROWSER_TEST_H_ |
| OLD | NEW |