| OLD | NEW |
| 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 "chrome/browser/chromeos/login/login_utils.h" | 5 #include "chrome/browser/chromeos/login/login_utils.h" |
| 6 | 6 |
| 7 #include "base/basictypes.h" | 7 #include "base/basictypes.h" |
| 8 #include "base/bind.h" | 8 #include "base/bind.h" |
| 9 #include "base/command_line.h" | 9 #include "base/command_line.h" |
| 10 #include "base/files/scoped_temp_dir.h" | 10 #include "base/files/scoped_temp_dir.h" |
| (...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 EXPECT_TRUE(prepared_profile_); | 725 EXPECT_TRUE(prepared_profile_); |
| 726 } | 726 } |
| 727 | 727 |
| 728 INSTANTIATE_TEST_CASE_P( | 728 INSTANTIATE_TEST_CASE_P( |
| 729 LoginUtilsBlockingLoginTestInstance, | 729 LoginUtilsBlockingLoginTestInstance, |
| 730 LoginUtilsBlockingLoginTest, | 730 LoginUtilsBlockingLoginTest, |
| 731 testing::Values(0, 1, 2, 3, 4, 5)); | 731 testing::Values(0, 1, 2, 3, 4, 5)); |
| 732 | 732 |
| 733 } // namespace | 733 } // namespace |
| 734 | 734 |
| 735 } | 735 } // namespace chromeos |
| OLD | NEW |