OLD | NEW |
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2013 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/strings/utf_string_conversions.h" | 5 #include "base/strings/utf_string_conversions.h" |
| 6 #include "chrome/browser/chromeos/drive/file_system_util.h" |
6 #include "chrome/browser/chromeos/file_manager/file_manager_browsertest_base.h" | 7 #include "chrome/browser/chromeos/file_manager/file_manager_browsertest_base.h" |
7 #include "chrome/browser/chromeos/profiles/profile_helper.h" | 8 #include "chrome/browser/chromeos/profiles/profile_helper.h" |
8 #include "chrome/browser/signin/signin_manager_factory.h" | 9 #include "chrome/browser/signin/signin_manager_factory.h" |
9 #include "chromeos/chromeos_switches.h" | 10 #include "chromeos/chromeos_switches.h" |
10 #include "components/signin/core/browser/signin_manager.h" | 11 #include "components/signin/core/browser/signin_manager.h" |
11 #include "components/user_manager/user_manager.h" | 12 #include "components/user_manager/user_manager.h" |
12 | 13 |
13 namespace file_manager { | 14 namespace file_manager { |
14 | 15 |
15 // Parameter of FileManagerBrowserTest. | 16 // Parameter of FileManagerBrowserTest. |
(...skipping 547 matching lines...) Loading... |
563 | 564 |
564 IN_PROC_BROWSER_TEST_F(MultiProfileFileManagerBrowserTest, MAYBE_BasicDrive) { | 565 IN_PROC_BROWSER_TEST_F(MultiProfileFileManagerBrowserTest, MAYBE_BasicDrive) { |
565 AddAllUsers(); | 566 AddAllUsers(); |
566 | 567 |
567 // Sanity check that normal operations work in multi-profile setting as well. | 568 // Sanity check that normal operations work in multi-profile setting as well. |
568 set_test_case_name("keyboardCopyDrive"); | 569 set_test_case_name("keyboardCopyDrive"); |
569 StartTest(); | 570 StartTest(); |
570 } | 571 } |
571 | 572 |
572 } // namespace file_manager | 573 } // namespace file_manager |
OLD | NEW |