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

Side by Side Diff: chrome/browser/chromeos/login/existing_user_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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/language_switch_menu.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) 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_EXISTING_USER_CONTROLLER_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_EXISTING_USER_CONTROLLER_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_EXISTING_USER_CONTROLLER_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_EXISTING_USER_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/memory/scoped_ptr.h" 13 #include "base/memory/scoped_ptr.h"
13 #include "base/memory/weak_ptr.h" 14 #include "base/memory/weak_ptr.h"
14 #include "base/string16.h" 15 #include "base/string16.h"
15 #include "base/task.h" 16 #include "base/task.h"
16 #include "base/timer.h" 17 #include "base/timer.h"
17 #include "chrome/browser/chromeos/login/captcha_view.h" 18 #include "chrome/browser/chromeos/login/captcha_view.h"
18 #include "chrome/browser/chromeos/login/login_display.h" 19 #include "chrome/browser/chromeos/login/login_display.h"
19 #include "chrome/browser/chromeos/login/login_performer.h" 20 #include "chrome/browser/chromeos/login/login_performer.h"
20 #include "chrome/browser/chromeos/login/login_utils.h" 21 #include "chrome/browser/chromeos/login/login_utils.h"
21 #include "chrome/browser/chromeos/login/ownership_status_checker.h" 22 #include "chrome/browser/chromeos/login/ownership_status_checker.h"
22 #include "chrome/browser/chromeos/login/password_changed_view.h" 23 #include "chrome/browser/chromeos/login/password_changed_view.h"
23 #include "chrome/browser/chromeos/login/user.h" 24 #include "chrome/browser/chromeos/login/user.h"
24 #include "content/public/browser/notification_observer.h" 25 #include "content/public/browser/notification_observer.h"
25 #include "content/public/browser/notification_registrar.h" 26 #include "content/public/browser/notification_registrar.h"
26 #include "googleurl/src/gurl.h" 27 #include "googleurl/src/gurl.h"
27 #include "testing/gtest/include/gtest/gtest_prod.h"
28 #include "ui/gfx/rect.h" 28 #include "ui/gfx/rect.h"
29 29
30 #if defined(TOOLKIT_USES_GTK) 30 #if defined(TOOLKIT_USES_GTK)
31 #include "chrome/browser/chromeos/legacy_window_manager/wm_message_listener.h" 31 #include "chrome/browser/chromeos/legacy_window_manager/wm_message_listener.h"
32 #endif 32 #endif
33 33
34 namespace chromeos { 34 namespace chromeos {
35 35
36 class LoginDisplayHost; 36 class LoginDisplayHost;
37 class CrosSettings; 37 class CrosSettings;
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 std::string display_email_; 207 std::string display_email_;
208 208
209 FRIEND_TEST_ALL_PREFIXES(ExistingUserControllerTest, NewUserLogin); 209 FRIEND_TEST_ALL_PREFIXES(ExistingUserControllerTest, NewUserLogin);
210 210
211 DISALLOW_COPY_AND_ASSIGN(ExistingUserController); 211 DISALLOW_COPY_AND_ASSIGN(ExistingUserController);
212 }; 212 };
213 213
214 } // namespace chromeos 214 } // namespace chromeos
215 215
216 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_EXISTING_USER_CONTROLLER_H_ 216 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_EXISTING_USER_CONTROLLER_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/language_switch_menu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698