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

Side by Side Diff: chrome/browser/chromeos/cros/cros_in_process_browser_test.h

Issue 2101018: Do not #include obsolete header files. (Closed)
Patch Set: Created 10 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/language_library.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) 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
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_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/language_library.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698