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

Side by Side Diff: chrome/browser/chromeos/login/wizard_controller.h

Issue 8954017: Avoid including gtest file directly, and go through base instead (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_LOGIN_WIZARD_CONTROLLER_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_CONTROLLER_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_CONTROLLER_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_CONTROLLER_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
11 #include "base/compiler_specific.h" 11 #include "base/compiler_specific.h"
12 #include "base/gtest_prod_util.h" 12 #include "base/gtest_prod_util.h"
13 #include "base/memory/scoped_ptr.h" 13 #include "base/memory/scoped_ptr.h"
14 #include "base/timer.h" 14 #include "base/timer.h"
15 #include "chrome/browser/chromeos/login/screen_observer.h" 15 #include "chrome/browser/chromeos/login/screen_observer.h"
16 #include "chrome/browser/chromeos/login/wizard_screen.h" 16 #include "chrome/browser/chromeos/login/wizard_screen.h"
17 #include "googleurl/src/gurl.h" 17 #include "googleurl/src/gurl.h"
18 #include "testing/gtest/include/gtest/gtest_prod.h"
19 #include "ui/gfx/rect.h" 18 #include "ui/gfx/rect.h"
20 19
21 class PrefService; 20 class PrefService;
22 21
23 namespace chromeos { 22 namespace chromeos {
24 23
25 class EnterpriseEnrollmentScreen; 24 class EnterpriseEnrollmentScreen;
26 class EulaScreen; 25 class EulaScreen;
27 class HTMLPageScreen; 26 class HTMLPageScreen;
28 class LoginDisplayHost; 27 class LoginDisplayHost;
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 FRIEND_TEST_ALL_PREFIXES(WizardControllerFlowTest, Accelerators); 217 FRIEND_TEST_ALL_PREFIXES(WizardControllerFlowTest, Accelerators);
219 friend class WizardControllerFlowTest; 218 friend class WizardControllerFlowTest;
220 friend class WizardInProcessBrowserTest; 219 friend class WizardInProcessBrowserTest;
221 220
222 DISALLOW_COPY_AND_ASSIGN(WizardController); 221 DISALLOW_COPY_AND_ASSIGN(WizardController);
223 }; 222 };
224 223
225 } // namespace chromeos 224 } // namespace chromeos
226 225
227 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_CONTROLLER_H_ 226 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_CONTROLLER_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/language_switch_menu.h ('k') | chrome/browser/extensions/component_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698