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

Side by Side Diff: chrome/browser/chromeos/login/wizard_controller_browsertest.cc

Issue 11734021: Roll ICU and convert include style to standard Chromium style, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | Annotate | Revision Log
OLDNEW
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 #include "base/utf_string_conversions.h" 5 #include "base/utf_string_conversions.h"
6 #include "chrome/browser/browser_process.h" 6 #include "chrome/browser/browser_process.h"
7 #include "chrome/browser/browser_shutdown.h" 7 #include "chrome/browser/browser_shutdown.h"
8 #include "chrome/browser/chromeos/cros/cros_library.h" 8 #include "chrome/browser/chromeos/cros/cros_library.h"
9 #include "chrome/browser/chromeos/cros/network_library.h" 9 #include "chrome/browser/chromeos/cros/network_library.h"
10 #include "chrome/browser/chromeos/login/base_login_display_host.h" 10 #include "chrome/browser/chromeos/login/base_login_display_host.h"
(...skipping 10 matching lines...) Expand all
21 #include "chrome/browser/chromeos/login/reset_screen.h" 21 #include "chrome/browser/chromeos/login/reset_screen.h"
22 #include "chrome/browser/chromeos/login/test_login_utils.h" 22 #include "chrome/browser/chromeos/login/test_login_utils.h"
23 #include "chrome/browser/chromeos/login/user_image_screen.h" 23 #include "chrome/browser/chromeos/login/user_image_screen.h"
24 #include "chrome/browser/chromeos/login/view_screen.h" 24 #include "chrome/browser/chromeos/login/view_screen.h"
25 #include "chrome/browser/chromeos/login/wizard_controller.h" 25 #include "chrome/browser/chromeos/login/wizard_controller.h"
26 #include "chrome/browser/chromeos/login/wizard_in_process_browser_test.h" 26 #include "chrome/browser/chromeos/login/wizard_in_process_browser_test.h"
27 #include "chrome/test/base/ui_test_utils.h" 27 #include "chrome/test/base/ui_test_utils.h"
28 #include "grit/generated_resources.h" 28 #include "grit/generated_resources.h"
29 #include "testing/gmock/include/gmock/gmock.h" 29 #include "testing/gmock/include/gmock/gmock.h"
30 #include "testing/gtest/include/gtest/gtest.h" 30 #include "testing/gtest/include/gtest/gtest.h"
31 #include "third_party/icu/public/common/unicode/locid.h"
31 #include "ui/base/accelerators/accelerator.h" 32 #include "ui/base/accelerators/accelerator.h"
32 #include "ui/base/l10n/l10n_util.h" 33 #include "ui/base/l10n/l10n_util.h"
33 #include "unicode/locid.h"
34 34
35 namespace chromeos { 35 namespace chromeos {
36 36
37 namespace { 37 namespace {
38 const char kUsername[] = "test_user@managedchrome.com"; 38 const char kUsername[] = "test_user@managedchrome.com";
39 const char kPassword[] = "test_password"; 39 const char kPassword[] = "test_password";
40 } // namespace 40 } // namespace
41 41
42 using ::testing::_; 42 using ::testing::_;
43 43
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 OnExit(ScreenObserver::RESET_CANCELED); 315 OnExit(ScreenObserver::RESET_CANCELED);
316 EXPECT_FALSE(ExistingUserController::current_controller() == NULL); 316 EXPECT_FALSE(ExistingUserController::current_controller() == NULL);
317 } 317 }
318 318
319 // TODO(nkostylev): Add test for WebUI accelerators http://crosbug.com/22571 319 // TODO(nkostylev): Add test for WebUI accelerators http://crosbug.com/22571
320 320
321 COMPILE_ASSERT(ScreenObserver::EXIT_CODES_COUNT == 14, 321 COMPILE_ASSERT(ScreenObserver::EXIT_CODES_COUNT == 14,
322 add_tests_for_new_control_flow_you_just_introduced); 322 add_tests_for_new_control_flow_you_just_introduced);
323 323
324 } // namespace chromeos 324 } // namespace chromeos
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/wallpaper_manager.h ('k') | chrome/browser/chromeos/preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698