Move //chrome/browser/{chromeos => ash}/file_manager [1/2]
Files started with 'f' are moved to //chrome/browser/ash/file_manager. This CL is part of the Chrome OS source code directory migration: https://docs.google.com/document/d/1g-98HpzA8XcoGBWUv1gQNr4rbnD5yfvbtYZyPDDbkaE. Change-Id: I323d7182f92ef83d3f72bdd44a2c0638c3c87b25 Bug: 1164001 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2972362 Commit-Queue: Yeunjoo Choi <ychoi@igalia.com> Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Owners-Override: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#894498}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
df69e575fe
commit
6ecc45b834
WATCHLISTS
chrome
browser
BUILD.gn
apps
app_service
ash
arc
crostini
file_manager
OWNERSfake_disk_mount_manager.ccfake_disk_mount_manager.hfile_browser_handlers.ccfile_browser_handlers.hfile_manager_browsertest.ccfile_manager_browsertest_base.ccfile_manager_browsertest_base.hfile_manager_jstest.ccfile_manager_jstest_base.ccfile_manager_jstest_base.hfile_manager_string_util.ccfile_manager_string_util.hfile_manager_test_util.ccfile_manager_test_util.hfile_tasks.ccfile_tasks.hfile_tasks_browsertest.ccfile_tasks_notifier.ccfile_tasks_notifier.hfile_tasks_notifier_factory.ccfile_tasks_notifier_factory.hfile_tasks_notifier_unittest.ccfile_tasks_observer.hfile_tasks_unittest.ccfile_watcher.ccfile_watcher.hfile_watcher_unittest.ccfileapi_util.ccfileapi_util.hfileapi_util_unittest.ccfilesystem_api_util.ccfilesystem_api_util.h
guest_os
login
app_mode
smb_client
web_applications
chromeos
BUILD.gn
exo
extensions
file_manager
event_router.ccevent_router.hfile_browser_handler_api.ccfile_manager_private_apitest.ccfmpi_get_volume_root_function.ccprivate_api_dialog.ccprivate_api_drive.ccprivate_api_drive.hprivate_api_file_system.ccprivate_api_holding_space.ccprivate_api_misc.ccprivate_api_mount.ccprivate_api_sharesheet.ccprivate_api_strings.ccprivate_api_tasks.ccprivate_api_tasks.hprivate_api_thumbnail.ccprivate_api_util.cc
file_manager
OWNERSapp_service_file_tasks.ccapp_service_file_tasks.happ_service_file_tasks_unittest.ccarc_file_tasks.ccarc_file_tasks.haudio_player_browsertest.ccexternal_filesystem_apitest.ccguest_os_file_tasks.ccguest_os_file_tasks.himage_loader_jstest.ccopen_util.ccopen_with_browser.ccpath_util_unittest.ccsnapshot_manager.ccvideo_player_jstest.ccvolume_manager_unittest.ccweb_file_tasks.ccweb_file_tasks.hweb_file_tasks_unittest.cc
fileapi
external_file_resolver.ccexternal_file_resolver.hexternal_file_url_loader_factory.ccexternal_file_url_util.ccfile_change_service_unittest.ccrecent_drive_source.cc
note_taking_helper_unittest.ccextensions
file_select_helper.ccnearby_sharing
sharesheet
resources
chromeos
zip_archiver
ui
app_list
search
ash
holding_space
holding_space_client_impl.ccholding_space_keyed_service.ccholding_space_keyed_service_unittest.ccholding_space_util.ccscoped_test_mount_point.cc
sharesheet
shelf
thumbnail_loader.ccthumbnail_loader_browsertest.ccviews
web_applications
webui
web_applications
system_web_apps
test
ui/file_manager/base/tools
@ -997,6 +997,7 @@
|
||||
},
|
||||
'filesapp': {
|
||||
'filepath': 'chrome/browser/ash/drive|' \
|
||||
'chrome/browser/ash/file_manager|' \
|
||||
'chrome/browser/ash/file_system_provider|' \
|
||||
'chrome/browser/chromeos/extensions/file_manager|' \
|
||||
'chrome/browser/chromeos/extensions/file_system_provider|' \
|
||||
|
@ -7032,6 +7032,8 @@ static_library("test_support") {
|
||||
"ash/app_mode/fake_cws.h",
|
||||
"ash/arc/extensions/fake_arc_support.cc",
|
||||
"ash/arc/extensions/fake_arc_support.h",
|
||||
"ash/file_manager/fake_disk_mount_manager.cc",
|
||||
"ash/file_manager/fake_disk_mount_manager.h",
|
||||
"ash/login/screens/mock_device_disabled_screen_view.cc",
|
||||
"ash/login/screens/mock_device_disabled_screen_view.h",
|
||||
"ash/login/session/user_session_manager_test_api.cc",
|
||||
@ -7052,8 +7054,6 @@ static_library("test_support") {
|
||||
"ash/login/users/fake_supervised_user_manager.h",
|
||||
"ash/login/users/mock_user_manager.cc",
|
||||
"ash/login/users/mock_user_manager.h",
|
||||
"chromeos/file_manager/fake_disk_mount_manager.cc",
|
||||
"chromeos/file_manager/fake_disk_mount_manager.h",
|
||||
"chromeos/input_method/mock_candidate_window_controller.cc",
|
||||
"chromeos/input_method/mock_candidate_window_controller.h",
|
||||
"chromeos/input_method/mock_input_method_engine.cc",
|
||||
|
@ -5,8 +5,8 @@
|
||||
#include "chrome/browser/apps/app_service/file_utils.h"
|
||||
|
||||
#include "base/files/file_path.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/app_id.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "storage/browser/file_system/file_system_context.h"
|
||||
#include "storage/browser/file_system/file_system_url.h"
|
||||
#include "url/gurl.h"
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "chrome/browser/ash/arc/fileapi/file_stream_forwarder.h"
|
||||
#include "chrome/browser/ash/drive/drive_integration_service.h"
|
||||
#include "chrome/browser/ash/drive/file_system_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/browser/chromeos/fileapi/external_file_url_util.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include "chrome/browser/ash/arc/fileapi/arc_content_file_system_url_util.h"
|
||||
#include "chrome/browser/ash/arc/fileapi/arc_documents_provider_util.h"
|
||||
#include "chrome/browser/ash/arc/fileapi/arc_select_files_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/app_id.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/browser/profiles/profile_manager.h"
|
||||
|
@ -17,8 +17,8 @@
|
||||
#include "base/task/thread_pool.h"
|
||||
#include "chrome/browser/ash/arc/arc_util.h"
|
||||
#include "chrome/browser/ash/arc/fileapi/arc_content_file_system_url_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/fileapi/external_file_url_util.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/browser/profiles/profile_manager.h"
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "chrome/browser/ash/crostini/crostini_manager_factory.h"
|
||||
#include "chrome/browser/ash/crostini/crostini_test_helper.h"
|
||||
#include "chrome/browser/ash/crostini/crostini_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fake_disk_mount_manager.h"
|
||||
#include "chrome/browser/ash/file_manager/fake_disk_mount_manager.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager_factory.h"
|
||||
#include "chrome/test/base/testing_profile.h"
|
||||
|
1
chrome/browser/ash/file_manager/OWNERS
Normal file
1
chrome/browser/ash/file_manager/OWNERS
Normal file
@ -0,0 +1 @@
|
||||
file://ui/file_manager/OWNERS
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/fake_disk_mount_manager.h"
|
||||
#include "chrome/browser/ash/file_manager/fake_disk_mount_manager.h"
|
||||
|
||||
#include <utility>
|
||||
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FAKE_DISK_MOUNT_MANAGER_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FAKE_DISK_MOUNT_MANAGER_H_
|
||||
#ifndef CHROME_BROWSER_ASH_FILE_MANAGER_FAKE_DISK_MOUNT_MANAGER_H_
|
||||
#define CHROME_BROWSER_ASH_FILE_MANAGER_FAKE_DISK_MOUNT_MANAGER_H_
|
||||
|
||||
#include <map>
|
||||
#include <memory>
|
||||
@ -124,4 +124,4 @@ class FakeDiskMountManager : public chromeos::disks::DiskMountManager {
|
||||
|
||||
} // namespace file_manager
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FAKE_DISK_MOUNT_MANAGER_H_
|
||||
#endif // CHROME_BROWSER_ASH_FILE_MANAGER_FAKE_DISK_MOUNT_MANAGER_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/file_browser_handlers.h"
|
||||
#include "chrome/browser/ash/file_manager/file_browser_handlers.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <algorithm>
|
||||
@ -19,8 +19,8 @@
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "base/task/post_task.h"
|
||||
#include "base/task/thread_pool.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/app_id.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/open_with_browser.h"
|
||||
#include "chrome/browser/chromeos/fileapi/file_system_backend.h"
|
||||
#include "chrome/browser/extensions/extension_service.h"
|
@ -5,14 +5,14 @@
|
||||
// This file provides utility functions for file browser handlers.
|
||||
// https://developer.chrome.com/extensions/fileBrowserHandler.html
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_BROWSER_HANDLERS_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_BROWSER_HANDLERS_H_
|
||||
#ifndef CHROME_BROWSER_ASH_FILE_MANAGER_FILE_BROWSER_HANDLERS_H_
|
||||
#define CHROME_BROWSER_ASH_FILE_MANAGER_FILE_BROWSER_HANDLERS_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/callback_forward.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks.h"
|
||||
|
||||
class FileBrowserHandler;
|
||||
class GURL;
|
||||
@ -52,4 +52,4 @@ bool ExecuteFileBrowserHandler(
|
||||
} // namespace file_browser_handlers
|
||||
} // namespace file_manager
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_BROWSER_HANDLERS_H_
|
||||
#endif // CHROME_BROWSER_ASH_FILE_MANAGER_FILE_BROWSER_HANDLERS_H_
|
@ -9,7 +9,7 @@
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "base/test/metrics/histogram_tester.h"
|
||||
#include "base/threading/thread_restrictions.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_manager_browsertest_base.h"
|
||||
#include "chrome/browser/ash/file_manager/file_manager_browsertest_base.h"
|
||||
#include "chrome/browser/signin/identity_manager_factory.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "components/prefs/pref_service.h"
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/file_manager_browsertest_base.h"
|
||||
#include "chrome/browser/ash/file_manager/file_manager_browsertest_base.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
@ -45,15 +45,15 @@
|
||||
#include "chrome/browser/ash/crostini/crostini_pref_names.h"
|
||||
#include "chrome/browser/ash/drive/drivefs_test_support.h"
|
||||
#include "chrome/browser/ash/drive/file_system_util.h"
|
||||
#include "chrome/browser/ash/file_manager/file_manager_test_util.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks_notifier.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks_observer.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service_factory.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/event_router.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/event_router_factory.h"
|
||||
#include "chrome/browser/chromeos/file_manager/app_id.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_manager_test_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks_notifier.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks_observer.h"
|
||||
#include "chrome/browser/chromeos/file_manager/mount_test_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager.h"
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_MANAGER_BROWSERTEST_BASE_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_MANAGER_BROWSERTEST_BASE_H_
|
||||
#ifndef CHROME_BROWSER_ASH_FILE_MANAGER_FILE_MANAGER_BROWSERTEST_BASE_H_
|
||||
#define CHROME_BROWSER_ASH_FILE_MANAGER_FILE_MANAGER_BROWSERTEST_BASE_H_
|
||||
|
||||
#include <map>
|
||||
#include <memory>
|
||||
@ -247,4 +247,4 @@ std::ostream& operator<<(std::ostream& out,
|
||||
|
||||
} // namespace file_manager
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_MANAGER_BROWSERTEST_BASE_H_
|
||||
#endif // CHROME_BROWSER_ASH_FILE_MANAGER_FILE_MANAGER_BROWSERTEST_BASE_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/file_manager_jstest_base.h"
|
||||
#include "chrome/browser/ash/file_manager/file_manager_jstest_base.h"
|
||||
#include "content/public/test/browser_test.h"
|
||||
|
||||
class FileManagerJsTest : public FileManagerJsTestBase {
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/file_manager_jstest_base.h"
|
||||
#include "chrome/browser/ash/file_manager/file_manager_jstest_base.h"
|
||||
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/lazy_instance.h"
|
||||
@ -12,7 +12,7 @@
|
||||
#include "base/task/task_traits.h"
|
||||
#include "base/task/thread_pool.h"
|
||||
#include "base/threading/thread_restrictions.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_manager_test_util.h"
|
||||
#include "chrome/browser/ash/file_manager/file_manager_test_util.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/browser/ui/browser.h"
|
||||
#include "chrome/browser/ui/tabs/tab_strip_model.h"
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_MANAGER_JSTEST_BASE_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_MANAGER_JSTEST_BASE_H_
|
||||
#ifndef CHROME_BROWSER_ASH_FILE_MANAGER_FILE_MANAGER_JSTEST_BASE_H_
|
||||
#define CHROME_BROWSER_ASH_FILE_MANAGER_FILE_MANAGER_JSTEST_BASE_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
@ -47,4 +47,4 @@ class FileManagerJsTestBase : public InProcessBrowserTest {
|
||||
base::FilePath base_path_;
|
||||
};
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_MANAGER_JSTEST_BASE_H_
|
||||
#endif // CHROME_BROWSER_ASH_FILE_MANAGER_FILE_MANAGER_JSTEST_BASE_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/file_manager_string_util.h"
|
||||
#include "chrome/browser/ash/file_manager/file_manager_string_util.h"
|
||||
|
||||
#include "ash/constants/ash_features.h"
|
||||
#include "base/feature_list.h"
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_MANAGER_STRING_UTIL_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_MANAGER_STRING_UTIL_H_
|
||||
#ifndef CHROME_BROWSER_ASH_FILE_MANAGER_FILE_MANAGER_STRING_UTIL_H_
|
||||
#define CHROME_BROWSER_ASH_FILE_MANAGER_FILE_MANAGER_STRING_UTIL_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
@ -19,4 +19,4 @@ void AddFileManagerFeatureStrings(const std::string& locale,
|
||||
Profile* profile,
|
||||
base::Value* dict);
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_MANAGER_STRING_UTIL_H_
|
||||
#endif // CHROME_BROWSER_ASH_FILE_MANAGER_FILE_MANAGER_STRING_UTIL_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/file_manager_test_util.h"
|
||||
#include "chrome/browser/ash/file_manager/file_manager_test_util.h"
|
||||
|
||||
#include "base/files/file_enumerator.h"
|
||||
#include "base/files/file_util.h"
|
@ -2,13 +2,13 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_MANAGER_TEST_UTIL_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_MANAGER_TEST_UTIL_H_
|
||||
#ifndef CHROME_BROWSER_ASH_FILE_MANAGER_FILE_MANAGER_TEST_UTIL_H_
|
||||
#define CHROME_BROWSER_ASH_FILE_MANAGER_FILE_MANAGER_TEST_UTIL_H_
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "base/files/file_path.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager.h"
|
||||
#include "chrome/browser/platform_util.h"
|
||||
|
||||
@ -77,4 +77,4 @@ std::vector<file_tasks::FullTaskDescriptor> GetTasksForFile(
|
||||
} // namespace test
|
||||
} // namespace file_manager
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_MANAGER_TEST_UTIL_H_
|
||||
#endif // CHROME_BROWSER_ASH_FILE_MANAGER_FILE_MANAGER_TEST_UTIL_H_
|
8
chrome/browser/chromeos/file_manager/file_tasks.cc → chrome/browser/ash/file_manager/file_tasks.cc
8
chrome/browser/chromeos/file_manager/file_tasks.cc → chrome/browser/ash/file_manager/file_tasks.cc
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
@ -27,12 +27,12 @@
|
||||
#include "chrome/browser/apps/app_service/app_service_proxy_factory.h"
|
||||
#include "chrome/browser/ash/crostini/crostini_features.h"
|
||||
#include "chrome/browser/ash/drive/file_system_util.h"
|
||||
#include "chrome/browser/ash/file_manager/file_browser_handlers.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks_notifier.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/app_id.h"
|
||||
#include "chrome/browser/chromeos/file_manager/app_service_file_tasks.h"
|
||||
#include "chrome/browser/chromeos/file_manager/arc_file_tasks.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_browser_handlers.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks_notifier.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/guest_os_file_tasks.h"
|
||||
#include "chrome/browser/chromeos/file_manager/open_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/open_with_browser.h"
|
@ -90,8 +90,8 @@
|
||||
// ui/file_manager/file_manager/foreground/js/file_tasks.js
|
||||
//
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_TASKS_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_TASKS_H_
|
||||
#ifndef CHROME_BROWSER_ASH_FILE_MANAGER_FILE_TASKS_H_
|
||||
#define CHROME_BROWSER_ASH_FILE_MANAGER_FILE_TASKS_H_
|
||||
|
||||
#include <memory>
|
||||
#include <set>
|
||||
@ -346,4 +346,4 @@ bool IsHtmlFile(const base::FilePath& path);
|
||||
} // namespace file_tasks
|
||||
} // namespace file_manager
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_TASKS_H_
|
||||
#endif // CHROME_BROWSER_ASH_FILE_MANAGER_FILE_TASKS_H_
|
@ -5,11 +5,11 @@
|
||||
#include "ash/constants/ash_features.h"
|
||||
#include "base/bind.h"
|
||||
#include "base/test/bind.h"
|
||||
#include "chrome/browser/ash/file_manager/file_manager_test_util.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/file_manager/filesystem_api_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/app_id.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_manager_test_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/filesystem_api_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/browser/ui/browser.h"
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks_notifier.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks_notifier.h"
|
||||
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
@ -14,8 +14,8 @@
|
||||
#include "base/task/thread_pool.h"
|
||||
#include "base/threading/sequenced_task_runner_handle.h"
|
||||
#include "chrome/browser/ash/drive/drive_integration_service.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks_notifier_factory.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks_observer.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks_notifier_factory.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks_observer.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "components/download/public/common/download_item.h"
|
@ -2,14 +2,14 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_TASKS_NOTIFIER_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_TASKS_NOTIFIER_H_
|
||||
#ifndef CHROME_BROWSER_ASH_FILE_MANAGER_FILE_TASKS_NOTIFIER_H_
|
||||
#define CHROME_BROWSER_ASH_FILE_MANAGER_FILE_TASKS_NOTIFIER_H_
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "base/callback_forward.h"
|
||||
#include "base/observer_list.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks_observer.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks_observer.h"
|
||||
#include "chromeos/components/drivefs/mojom/drivefs.mojom-forward.h"
|
||||
#include "components/download/content/public/all_download_item_notifier.h"
|
||||
#include "components/drive/file_errors.h"
|
||||
@ -101,4 +101,4 @@ class FileTasksNotifier : public KeyedService,
|
||||
} // namespace file_tasks
|
||||
} // namespace file_manager
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_TASKS_NOTIFIER_H_
|
||||
#endif // CHROME_BROWSER_ASH_FILE_MANAGER_FILE_TASKS_NOTIFIER_H_
|
@ -2,10 +2,10 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks_notifier_factory.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks_notifier_factory.h"
|
||||
|
||||
#include "base/no_destructor.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks_notifier.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks_notifier.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "components/keyed_service/content/browser_context_dependency_manager.h"
|
||||
#include "components/keyed_service/content/browser_context_keyed_service_factory.h"
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_TASKS_NOTIFIER_FACTORY_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_TASKS_NOTIFIER_FACTORY_H_
|
||||
#ifndef CHROME_BROWSER_ASH_FILE_MANAGER_FILE_TASKS_NOTIFIER_FACTORY_H_
|
||||
#define CHROME_BROWSER_ASH_FILE_MANAGER_FILE_TASKS_NOTIFIER_FACTORY_H_
|
||||
|
||||
#include "components/keyed_service/content/browser_context_keyed_service_factory.h"
|
||||
#include "components/keyed_service/core/keyed_service.h"
|
||||
@ -33,4 +33,4 @@ class FileTasksNotifierFactory : public BrowserContextKeyedServiceFactory {
|
||||
} // namespace file_tasks
|
||||
} // namespace file_manager
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_TASKS_NOTIFIER_FACTORY_H_
|
||||
#endif // CHROME_BROWSER_ASH_FILE_MANAGER_FILE_TASKS_NOTIFIER_FACTORY_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks_notifier.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks_notifier.h"
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
@ -12,7 +12,7 @@
|
||||
#include "base/files/scoped_temp_dir.h"
|
||||
#include "base/scoped_observation.h"
|
||||
#include "base/test/bind.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks_observer.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks_observer.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/test/base/testing_profile.h"
|
||||
#include "chromeos/components/drivefs/mojom/drivefs.mojom-test-utils.h"
|
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_TASKS_OBSERVER_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_TASKS_OBSERVER_H_
|
||||
#ifndef CHROME_BROWSER_ASH_FILE_MANAGER_FILE_TASKS_OBSERVER_H_
|
||||
#define CHROME_BROWSER_ASH_FILE_MANAGER_FILE_TASKS_OBSERVER_H_
|
||||
|
||||
#include <vector>
|
||||
|
||||
@ -40,4 +40,4 @@ class FileTasksObserver : public base::CheckedObserver {
|
||||
} // namespace file_tasks
|
||||
} // namespace file_manager
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_TASKS_OBSERVER_H_
|
||||
#endif // CHROME_BROWSER_ASH_FILE_MANAGER_FILE_TASKS_OBSERVER_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <memory>
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/file_watcher.h"
|
||||
#include "chrome/browser/ash/file_manager/file_watcher.h"
|
||||
|
||||
#include <memory>
|
||||
#include <utility>
|
6
chrome/browser/chromeos/file_manager/file_watcher.h → chrome/browser/ash/file_manager/file_watcher.h
6
chrome/browser/chromeos/file_manager/file_watcher.h → chrome/browser/ash/file_manager/file_watcher.h
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_WATCHER_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_WATCHER_H_
|
||||
#ifndef CHROME_BROWSER_ASH_FILE_MANAGER_FILE_WATCHER_H_
|
||||
#define CHROME_BROWSER_ASH_FILE_MANAGER_FILE_WATCHER_H_
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
@ -96,4 +96,4 @@ class FileWatcher {
|
||||
|
||||
} // namespace file_manager
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILE_WATCHER_H_
|
||||
#endif // CHROME_BROWSER_ASH_FILE_MANAGER_FILE_WATCHER_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/file_watcher.h"
|
||||
#include "chrome/browser/ash/file_manager/file_watcher.h"
|
||||
|
||||
#include <memory>
|
||||
#include <utility>
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <utility>
|
||||
@ -12,8 +12,8 @@
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/macros.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "chrome/browser/ash/file_manager/filesystem_api_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/app_id.h"
|
||||
#include "chrome/browser/chromeos/file_manager/filesystem_api_util.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "content/public/browser/browser_context.h"
|
||||
#include "content/public/browser/browser_task_traits.h"
|
6
chrome/browser/chromeos/file_manager/fileapi_util.h → chrome/browser/ash/file_manager/fileapi_util.h
6
chrome/browser/chromeos/file_manager/fileapi_util.h → chrome/browser/ash/file_manager/fileapi_util.h
@ -4,8 +4,8 @@
|
||||
//
|
||||
// This file provides File API related utilities.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILEAPI_UTIL_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILEAPI_UTIL_H_
|
||||
#ifndef CHROME_BROWSER_ASH_FILE_MANAGER_FILEAPI_UTIL_H_
|
||||
#define CHROME_BROWSER_ASH_FILE_MANAGER_FILEAPI_UTIL_H_
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
@ -196,4 +196,4 @@ FileSystemURLAndHandle CreateIsolatedURLFromVirtualPath(
|
||||
} // namespace util
|
||||
} // namespace file_manager
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILEAPI_UTIL_H_
|
||||
#endif // CHROME_BROWSER_ASH_FILE_MANAGER_FILEAPI_UTIL_H_
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/filesystem_api_util.h"
|
||||
#include "chrome/browser/ash/file_manager/filesystem_api_util.h"
|
||||
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
@ -16,10 +16,10 @@
|
||||
#include "chrome/browser/ash/arc/fileapi/arc_file_system_operation_runner.h"
|
||||
#include "chrome/browser/ash/drive/drive_integration_service.h"
|
||||
#include "chrome/browser/ash/drive/file_system_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/file_system_provider/mount_path_util.h"
|
||||
#include "chrome/browser/ash/file_system_provider/provided_file_system_interface.h"
|
||||
#include "chrome/browser/chromeos/file_manager/app_id.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/extensions/extension_util.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "components/arc/arc_service_manager.h"
|
@ -6,8 +6,8 @@
|
||||
// file paths that do not directly map to host machine's file system path, such
|
||||
// as Google Drive or virtual volumes provided by fileSystemProvider extensions.
|
||||
|
||||
#ifndef CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILESYSTEM_API_UTIL_H_
|
||||
#define CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILESYSTEM_API_UTIL_H_
|
||||
#ifndef CHROME_BROWSER_ASH_FILE_MANAGER_FILESYSTEM_API_UTIL_H_
|
||||
#define CHROME_BROWSER_ASH_FILE_MANAGER_FILESYSTEM_API_UTIL_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@ -60,4 +60,4 @@ void PrepareNonNativeLocalFileForWritableApp(
|
||||
} // namespace util
|
||||
} // namespace file_manager
|
||||
|
||||
#endif // CHROME_BROWSER_CHROMEOS_FILE_MANAGER_FILESYSTEM_API_UTIL_H_
|
||||
#endif // CHROME_BROWSER_ASH_FILE_MANAGER_FILESYSTEM_API_UTIL_H_
|
@ -14,10 +14,10 @@
|
||||
#include "chrome/browser/ash/crostini/crostini_manager.h"
|
||||
#include "chrome/browser/ash/crostini/crostini_pref_names.h"
|
||||
#include "chrome/browser/ash/crostini/crostini_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fake_disk_mount_manager.h"
|
||||
#include "chrome/browser/ash/file_system_provider/service_factory.h"
|
||||
#include "chrome/browser/ash/guest_os/guest_os_pref_names.h"
|
||||
#include "chrome/browser/ash/login/users/fake_chrome_user_manager.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fake_disk_mount_manager.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager_factory.h"
|
||||
|
@ -37,6 +37,7 @@
|
||||
#include "chrome/browser/ash/app_mode/kiosk_app_launch_error.h"
|
||||
#include "chrome/browser/ash/app_mode/kiosk_app_manager.h"
|
||||
#include "chrome/browser/ash/app_mode/kiosk_settings_navigation_throttle.h"
|
||||
#include "chrome/browser/ash/file_manager/fake_disk_mount_manager.h"
|
||||
#include "chrome/browser/ash/login/app_mode/kiosk_launch_controller.h"
|
||||
#include "chrome/browser/ash/login/startup_utils.h"
|
||||
#include "chrome/browser/ash/login/test/device_state_mixin.h"
|
||||
@ -60,7 +61,6 @@
|
||||
#include "chrome/browser/ash/settings/scoped_testing_cros_settings.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "chrome/browser/chrome_notification_types.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fake_disk_mount_manager.h"
|
||||
#include "chrome/browser/chromeos/policy/core/device_local_account.h"
|
||||
#include "chrome/browser/chromeos/policy/core/device_policy_cros_browser_test.h"
|
||||
#include "chrome/browser/device_identity/device_oauth2_token_service.h"
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "base/test/scoped_feature_list.h"
|
||||
#include "base/test/simple_test_tick_clock.h"
|
||||
#include "base/threading/thread_task_runner_handle.h"
|
||||
#include "chrome/browser/ash/file_manager/fake_disk_mount_manager.h"
|
||||
#include "chrome/browser/ash/file_system_provider/fake_provided_file_system.h"
|
||||
#include "chrome/browser/ash/file_system_provider/fake_registry.h"
|
||||
#include "chrome/browser/ash/file_system_provider/icon_set.h"
|
||||
@ -31,7 +32,6 @@
|
||||
#include "chrome/browser/ash/login/users/fake_chrome_user_manager.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_file_system_id.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_persisted_share_registry.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fake_disk_mount_manager.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager_factory.h"
|
||||
#include "chrome/common/chrome_features.h"
|
||||
|
@ -11,9 +11,9 @@
|
||||
#include "base/test/bind.h"
|
||||
#include "base/test/gmock_callback_support.h"
|
||||
#include "base/test/task_environment.h"
|
||||
#include "chrome/browser/ash/file_manager/fake_disk_mount_manager.h"
|
||||
#include "chrome/browser/ash/profiles/profile_helper.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_url.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fake_disk_mount_manager.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager_factory.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager_observer.h"
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include <memory.h>
|
||||
|
||||
#include "base/values.h"
|
||||
#include "chrome/browser/ash/file_manager/file_manager_string_util.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_manager_string_util.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "content/public/browser/web_ui_data_source.h"
|
||||
|
||||
|
@ -11,8 +11,8 @@
|
||||
#include "base/test/scoped_feature_list.h"
|
||||
#include "build/chromeos_buildflags.h"
|
||||
#include "chrome/browser/apps/app_service/app_launch_params.h"
|
||||
#include "chrome/browser/ash/file_manager/file_manager_test_util.h"
|
||||
#include "chrome/browser/ash/web_applications/system_web_app_integration_test.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_manager_test_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/web_file_tasks.h"
|
||||
#include "chrome/browser/error_reporting/mock_chrome_js_error_report_processor.h"
|
||||
#include "chrome/browser/extensions/component_loader.h"
|
||||
|
@ -1226,6 +1226,23 @@ source_set("chromeos") {
|
||||
"../ash/drive/fileapi/drivefs_async_file_util.h",
|
||||
"../ash/drive/fileapi/drivefs_file_system_backend_delegate.cc",
|
||||
"../ash/drive/fileapi/drivefs_file_system_backend_delegate.h",
|
||||
"../ash/file_manager/file_browser_handlers.cc",
|
||||
"../ash/file_manager/file_browser_handlers.h",
|
||||
"../ash/file_manager/file_manager_string_util.cc",
|
||||
"../ash/file_manager/file_manager_string_util.h",
|
||||
"../ash/file_manager/file_tasks.cc",
|
||||
"../ash/file_manager/file_tasks.h",
|
||||
"../ash/file_manager/file_tasks_notifier.cc",
|
||||
"../ash/file_manager/file_tasks_notifier.h",
|
||||
"../ash/file_manager/file_tasks_notifier_factory.cc",
|
||||
"../ash/file_manager/file_tasks_notifier_factory.h",
|
||||
"../ash/file_manager/file_tasks_observer.h",
|
||||
"../ash/file_manager/file_watcher.cc",
|
||||
"../ash/file_manager/file_watcher.h",
|
||||
"../ash/file_manager/fileapi_util.cc",
|
||||
"../ash/file_manager/fileapi_util.h",
|
||||
"../ash/file_manager/filesystem_api_util.cc",
|
||||
"../ash/file_manager/filesystem_api_util.h",
|
||||
"../ash/file_system_provider/abort_callback.h",
|
||||
"../ash/file_system_provider/extension_provider.cc",
|
||||
"../ash/file_system_provider/extension_provider.h",
|
||||
@ -2306,23 +2323,6 @@ source_set("chromeos") {
|
||||
"file_manager/arc_file_tasks.h",
|
||||
"file_manager/documents_provider_root_manager.cc",
|
||||
"file_manager/documents_provider_root_manager.h",
|
||||
"file_manager/file_browser_handlers.cc",
|
||||
"file_manager/file_browser_handlers.h",
|
||||
"file_manager/file_manager_string_util.cc",
|
||||
"file_manager/file_manager_string_util.h",
|
||||
"file_manager/file_tasks.cc",
|
||||
"file_manager/file_tasks.h",
|
||||
"file_manager/file_tasks_notifier.cc",
|
||||
"file_manager/file_tasks_notifier.h",
|
||||
"file_manager/file_tasks_notifier_factory.cc",
|
||||
"file_manager/file_tasks_notifier_factory.h",
|
||||
"file_manager/file_tasks_observer.h",
|
||||
"file_manager/file_watcher.cc",
|
||||
"file_manager/file_watcher.h",
|
||||
"file_manager/fileapi_util.cc",
|
||||
"file_manager/fileapi_util.h",
|
||||
"file_manager/filesystem_api_util.cc",
|
||||
"file_manager/filesystem_api_util.h",
|
||||
"file_manager/guest_os_file_tasks.cc",
|
||||
"file_manager/guest_os_file_tasks.h",
|
||||
"file_manager/open_util.cc",
|
||||
@ -3759,6 +3759,10 @@ source_set("unit_tests") {
|
||||
"../ash/drive/drive_integration_service_unittest.cc",
|
||||
"../ash/drive/drivefs_native_message_host_unittest.cc",
|
||||
"../ash/drive/file_system_util_unittest.cc",
|
||||
"../ash/file_manager/file_tasks_notifier_unittest.cc",
|
||||
"../ash/file_manager/file_tasks_unittest.cc",
|
||||
"../ash/file_manager/file_watcher_unittest.cc",
|
||||
"../ash/file_manager/fileapi_util_unittest.cc",
|
||||
"../ash/file_system_provider/fake_extension_provider.cc",
|
||||
"../ash/file_system_provider/fake_extension_provider.h",
|
||||
"../ash/file_system_provider/fake_provided_file_system.cc",
|
||||
@ -4030,10 +4034,6 @@ source_set("unit_tests") {
|
||||
"external_metrics_unittest.cc",
|
||||
"file_manager/app_service_file_tasks_unittest.cc",
|
||||
"file_manager/documents_provider_root_manager_unittest.cc",
|
||||
"file_manager/file_tasks_notifier_unittest.cc",
|
||||
"file_manager/file_tasks_unittest.cc",
|
||||
"file_manager/file_watcher_unittest.cc",
|
||||
"file_manager/fileapi_util_unittest.cc",
|
||||
"file_manager/guest_os_file_tasks_unittest.cc",
|
||||
"file_manager/path_util_unittest.cc",
|
||||
"file_manager/url_util_unittest.cc",
|
||||
|
@ -19,13 +19,13 @@
|
||||
#include "chrome/browser/ash/arc/arc_util.h"
|
||||
#include "chrome/browser/ash/borealis/borealis_window_manager.h"
|
||||
#include "chrome/browser/ash/crostini/crostini_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/guest_os/guest_os_share_path.h"
|
||||
#include "chrome/browser/ash/plugin_vm/plugin_vm_files.h"
|
||||
#include "chrome/browser/ash/plugin_vm/plugin_vm_util.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/event_router.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/event_router_factory.h"
|
||||
#include "chrome/browser/chromeos/file_manager/app_id.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/browser/profiles/profile_manager.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "chrome/browser/ash/crostini/crostini_pref_names.h"
|
||||
#include "chrome/browser/ash/drive/drive_integration_service.h"
|
||||
#include "chrome/browser/ash/drive/file_system_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/login/lock/screen_locker.h"
|
||||
#include "chrome/browser/ash/login/ui/login_display_host.h"
|
||||
#include "chrome/browser/ash/plugin_vm/plugin_vm_features.h"
|
||||
@ -29,7 +30,6 @@
|
||||
#include "chrome/browser/ash/plugin_vm/plugin_vm_util.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/private_api_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/app_id.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/open_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager.h"
|
||||
|
@ -16,12 +16,12 @@
|
||||
#include "base/compiler_specific.h"
|
||||
#include "base/macros.h"
|
||||
#include "chrome/browser/ash/drive/drive_integration_service.h"
|
||||
#include "chrome/browser/ash/file_manager/file_watcher.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/guest_os/guest_os_share_path.h"
|
||||
#include "chrome/browser/ash/plugin_vm/plugin_vm_util.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/device_event_router.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/drivefs_event_router.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_watcher.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager_observer.h"
|
||||
#include "chrome/common/extensions/api/file_manager_private.h"
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/macros.h"
|
||||
#include "base/threading/thread_task_runner_handle.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/extensions/chrome_extension_function_details.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/browser/ui/browser.h"
|
||||
|
@ -17,12 +17,12 @@
|
||||
#include "chrome/browser/ash/crostini/crostini_pref_names.h"
|
||||
#include "chrome/browser/ash/crostini/fake_crostini_features.h"
|
||||
#include "chrome/browser/ash/drive/drivefs_test_support.h"
|
||||
#include "chrome/browser/ash/file_manager/file_watcher.h"
|
||||
#include "chrome/browser/ash/file_system_provider/icon_set.h"
|
||||
#include "chrome/browser/ash/file_system_provider/provided_file_system_info.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/event_router.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/event_router_factory.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/private_api_misc.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_watcher.h"
|
||||
#include "chrome/browser/chromeos/file_manager/mount_test_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/browser/extensions/extension_apitest.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include "ash/content/file_manager/url_constants.h"
|
||||
#include "base/files/file.h"
|
||||
#include "base/strings/string_number_conversions.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager.h"
|
||||
#include "chrome/browser/extensions/chrome_extension_function_details.h"
|
||||
#include "chrome/common/extensions/api/file_manager_private_internal.h"
|
||||
|
@ -8,9 +8,9 @@
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "chrome/browser/ash/arc/fileapi/arc_select_files_util.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks_notifier.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/private_api_util.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/select_file_dialog_extension_user_data.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks_notifier.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/browser/ui/views/select_file_dialog_extension.h"
|
||||
#include "chrome/common/extensions/api/file_manager_private.h"
|
||||
|
@ -28,14 +28,14 @@
|
||||
#include "chrome/browser/ash/drive/drive_integration_service.h"
|
||||
#include "chrome/browser/ash/drive/drivefs_native_message_host.h"
|
||||
#include "chrome/browser/ash/drive/file_system_util.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/file_system_provider/mount_path_util.h"
|
||||
#include "chrome/browser/ash/file_system_provider/provided_file_system_interface.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/event_router.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/event_router_factory.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/private_api_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/url_util.h"
|
||||
#include "chrome/browser/chromeos/fileapi/external_file_url_util.h"
|
||||
#include "chrome/browser/chromeos/fileapi/file_system_backend.h"
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include <vector>
|
||||
|
||||
#include "base/files/file.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/private_api_base.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chromeos/components/drivefs/mojom/drivefs.mojom-forward.h"
|
||||
#include "components/drive/file_errors.h"
|
||||
|
||||
|
@ -29,13 +29,13 @@
|
||||
#include "chrome/browser/ash/arc/fileapi/arc_documents_provider_root_map.h"
|
||||
#include "chrome/browser/ash/arc/fileapi/arc_documents_provider_util.h"
|
||||
#include "chrome/browser/ash/drive/file_system_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/event_router.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/event_router_factory.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/file_stream_md5_digester.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/file_stream_string_converter.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/private_api_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager.h"
|
||||
#include "chrome/browser/chromeos/fileapi/file_system_backend.h"
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/browser/ui/ash/holding_space/holding_space_keyed_service.h"
|
||||
#include "chrome/browser/ui/ash/holding_space/holding_space_keyed_service_factory.h"
|
||||
|
@ -27,13 +27,13 @@
|
||||
#include "chrome/browser/ash/crostini/crostini_package_service.h"
|
||||
#include "chrome/browser/ash/drive/drive_integration_service.h"
|
||||
#include "chrome/browser/ash/drive/file_system_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/file_system_provider/mount_path_util.h"
|
||||
#include "chrome/browser/ash/file_system_provider/service.h"
|
||||
#include "chrome/browser/ash/guest_os/guest_os_share_path.h"
|
||||
#include "chrome/browser/ash/profiles/profile_helper.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/private_api_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager.h"
|
||||
#include "chrome/browser/chromeos/fileapi/recent_file.h"
|
||||
|
@ -17,11 +17,11 @@
|
||||
#include "base/strings/string_util.h"
|
||||
#include "base/task/post_task.h"
|
||||
#include "chrome/browser/ash/drive/file_system_util.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks_notifier.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service.h"
|
||||
#include "chrome/browser/ash/smb_client/smb_service_factory.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/private_api_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks_notifier.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/common/extensions/api/file_manager_private.h"
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include "base/bind.h"
|
||||
#include "base/callback_helpers.h"
|
||||
#include "chrome/browser/ash/drive/file_system_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/private_api_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/fileapi/file_system_backend.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/browser/sharesheet/sharesheet_service.h"
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include <utility>
|
||||
|
||||
#include "base/values.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_manager_string_util.h"
|
||||
#include "chrome/browser/ash/file_manager/file_manager_string_util.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "extensions/common/extension_l10n_util.h"
|
||||
|
||||
|
@ -16,9 +16,9 @@
|
||||
#include "base/command_line.h"
|
||||
#include "base/feature_list.h"
|
||||
#include "chrome/browser/ash/drive/file_system_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/file_manager/filesystem_api_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/app_id.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/filesystem_api_util.h"
|
||||
#include "chrome/browser/chromeos/fileapi/file_system_backend.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/browser/web_applications/components/web_app_id_constants.h"
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "chrome/browser/ash/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/private_api_base.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks.h"
|
||||
|
||||
namespace base {
|
||||
class FilePath;
|
||||
|
@ -13,8 +13,8 @@
|
||||
#include "chrome/browser/ash/arc/fileapi/arc_documents_provider_root_map.h"
|
||||
#include "chrome/browser/ash/arc/fileapi/arc_file_system_operation_runner.h"
|
||||
#include "chrome/browser/ash/drive/drive_integration_service.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/extensions/file_manager/private_api_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/browser/printing/printing_service.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
|
@ -16,9 +16,9 @@
|
||||
#include "base/threading/thread_task_runner_handle.h"
|
||||
#include "chrome/browser/ash/drive/drive_integration_service.h"
|
||||
#include "chrome/browser/ash/drive/file_system_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/file_manager/filesystem_api_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/app_id.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/filesystem_api_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/snapshot_manager.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager.h"
|
||||
|
@ -1 +1,3 @@
|
||||
file://ui/file_manager/OWNERS
|
||||
# TODO(https://crbug.com/1164001): Share OWNERS until the migration of
|
||||
# //chrome/browser/chromeos/file_manager completes.
|
||||
file://chrome/browser/ash/file_manager/OWNERS
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "chrome/browser/apps/app_service/app_service_proxy.h"
|
||||
#include "chrome/browser/apps/app_service/app_service_proxy_factory.h"
|
||||
#include "chrome/browser/apps/app_service/launch_utils.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/common/extensions/api/file_manager_private.h"
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks.h"
|
||||
|
||||
class Profile;
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "chrome/browser/apps/app_service/app_service_proxy.h"
|
||||
#include "chrome/browser/apps/app_service/app_service_proxy_factory.h"
|
||||
#include "chrome/browser/apps/app_service/app_service_test.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/common/chrome_features.h"
|
||||
#include "chrome/test/base/testing_profile.h"
|
||||
|
@ -19,9 +19,9 @@
|
||||
#include "base/threading/thread_restrictions.h"
|
||||
#include "chrome/browser/ash/arc/arc_util.h"
|
||||
#include "chrome/browser/ash/arc/fileapi/arc_content_file_system_url_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/profiles/profile_helper.h"
|
||||
#include "chrome/browser/chromeos/file_manager/app_id.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/browser/profiles/profile_manager.h"
|
||||
@ -50,7 +50,7 @@ constexpr char kAppIdSeparator = '/';
|
||||
|
||||
// Converts an Android intent action (see kIntentAction* in
|
||||
// components/arc/intent_helper/intent_constants.h) to a file task action ID
|
||||
// (see chrome/browser/chromeos/file_manager/file_tasks.h).
|
||||
// (see chrome/browser/ash/file_manager/file_tasks.h).
|
||||
std::string ArcActionToFileTaskActionId(const std::string& action) {
|
||||
if (action == arc::kIntentActionView)
|
||||
return kActionIdView;
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks.h"
|
||||
|
||||
class Profile;
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "base/test/scoped_feature_list.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_manager_browsertest_base.h"
|
||||
#include "chrome/browser/ash/file_manager/file_manager_browsertest_base.h"
|
||||
#include "content/public/test/browser_test.h"
|
||||
#include "media/base/media_switches.h"
|
||||
|
||||
|
@ -14,9 +14,9 @@
|
||||
#include "base/strings/string_util.h"
|
||||
#include "chrome/browser/ash/drive/drive_integration_service.h"
|
||||
#include "chrome/browser/ash/drive/drivefs_test_support.h"
|
||||
#include "chrome/browser/ash/file_manager/file_manager_test_util.h"
|
||||
#include "chrome/browser/ash/profiles/profile_helper.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_manager_test_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/mount_test_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager.h"
|
||||
#include "chrome/browser/extensions/extension_apitest.h"
|
||||
|
@ -21,13 +21,13 @@
|
||||
#include "chrome/browser/ash/crostini/crostini_mime_types_service.h"
|
||||
#include "chrome/browser/ash/crostini/crostini_mime_types_service_factory.h"
|
||||
#include "chrome/browser/ash/crostini/crostini_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/guest_os/guest_os_registry_service.h"
|
||||
#include "chrome/browser/ash/guest_os/guest_os_registry_service_factory.h"
|
||||
#include "chrome/browser/ash/plugin_vm/plugin_vm_features.h"
|
||||
#include "chrome/browser/ash/plugin_vm/plugin_vm_files.h"
|
||||
#include "chrome/browser/ash/plugin_vm/plugin_vm_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/app_id.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/common/webui_url_constants.h"
|
||||
#include "extensions/browser/entry_info.h"
|
||||
|
@ -9,8 +9,8 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "chrome/browser/ash/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/ash/guest_os/guest_os_registry_service.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks.h"
|
||||
|
||||
class Profile;
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/file_manager_jstest_base.h"
|
||||
#include "chrome/browser/ash/file_manager/file_manager_jstest_base.h"
|
||||
#include "content/public/test/browser_test.h"
|
||||
|
||||
class ImageLoaderJsTest : public FileManagerJsTestBase {
|
||||
|
@ -15,9 +15,9 @@
|
||||
#include "base/metrics/user_metrics.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "chrome/browser/ash/drive/file_system_util.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/app_id.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/url_util.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include "base/task/post_task.h"
|
||||
#include "base/task/thread_pool.h"
|
||||
#include "chrome/browser/ash/drive/drive_integration_service.h"
|
||||
#include "chrome/browser/ash/file_manager/filesystem_api_util.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "chrome/browser/chromeos/file_manager/filesystem_api_util.h"
|
||||
#include "chrome/browser/chromeos/fileapi/external_file_url_util.h"
|
||||
#include "chrome/browser/plugins/plugin_prefs.h"
|
||||
#include "chrome/browser/profiles/profile_manager.h"
|
||||
|
@ -18,9 +18,9 @@
|
||||
#include "chrome/browser/ash/crostini/crostini_util.h"
|
||||
#include "chrome/browser/ash/drive/drive_integration_service.h"
|
||||
#include "chrome/browser/ash/drive/file_system_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fake_disk_mount_manager.h"
|
||||
#include "chrome/browser/ash/login/users/fake_chrome_user_manager.h"
|
||||
#include "chrome/browser/ash/profiles/profile_helper.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fake_disk_mount_manager.h"
|
||||
#include "chrome/browser/chromeos/fileapi/file_system_backend.h"
|
||||
#include "chrome/browser/download/download_prefs.h"
|
||||
#include "chrome/browser/profiles/profile_manager.h"
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "base/system/sys_info.h"
|
||||
#include "base/task/thread_pool.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/app_id.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "content/public/browser/browser_task_traits.h"
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/file_manager_jstest_base.h"
|
||||
#include "chrome/browser/ash/file_manager/file_manager_jstest_base.h"
|
||||
#include "content/public/test/browser_test.h"
|
||||
|
||||
class VideoPlayerJsTest : public FileManagerJsTestBase {
|
||||
|
@ -19,10 +19,10 @@
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "base/test/scoped_running_on_chromeos.h"
|
||||
#include "chrome/browser/ash/drive/file_system_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fake_disk_mount_manager.h"
|
||||
#include "chrome/browser/ash/file_system_provider/fake_extension_provider.h"
|
||||
#include "chrome/browser/ash/file_system_provider/service.h"
|
||||
#include "chrome/browser/ash/profiles/profile_helper.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fake_disk_mount_manager.h"
|
||||
#include "chrome/browser/chromeos/file_manager/volume_manager_observer.h"
|
||||
#include "chrome/common/pref_names.h"
|
||||
#include "chrome/test/base/testing_profile.h"
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include "chrome/browser/apps/app_service/app_service_proxy.h"
|
||||
#include "chrome/browser/apps/app_service/app_service_proxy_factory.h"
|
||||
#include "chrome/browser/apps/app_service/launch_utils.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/chromeos/file_manager/filesystem_api_util.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/ash/file_manager/filesystem_api_util.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/browser/web_applications/components/app_registrar.h"
|
||||
#include "chrome/browser/web_applications/components/os_integration_manager.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks.h"
|
||||
|
||||
class Profile;
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include "base/callback_helpers.h"
|
||||
#include "base/test/scoped_feature_list.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/browser/web_applications/components/app_registrar.h"
|
||||
#include "chrome/browser/web_applications/components/web_app_id.h"
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
#include <utility>
|
||||
#include "base/bind.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/fileapi/external_file_url_util.h"
|
||||
#include "chrome/browser/profiles/profile_manager.h"
|
||||
#include "content/public/browser/browser_task_traits.h"
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "base/files/file.h"
|
||||
#include "base/macros.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "net/base/net_errors.h"
|
||||
#include "net/http/http_byte_range.h"
|
||||
#include "storage/browser/file_system/file_system_url.h"
|
||||
|
@ -9,8 +9,8 @@
|
||||
#include "base/bind.h"
|
||||
#include "base/files/file_path.h"
|
||||
#include "base/macros.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/fileapi/external_file_resolver.h"
|
||||
#include "chrome/browser/chromeos/fileapi/external_file_url_util.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
|
@ -9,8 +9,8 @@
|
||||
|
||||
#include "base/strings/string_util.h"
|
||||
#include "base/strings/stringprintf.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/app_id.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/extensions/extension_util.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "content/public/browser/browser_context.h"
|
||||
|
@ -9,9 +9,9 @@
|
||||
#include "base/scoped_observation.h"
|
||||
#include "base/test/bind.h"
|
||||
#include "base/unguessable_token.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/login/users/fake_chrome_user_manager.h"
|
||||
#include "chrome/browser/chromeos/file_manager/app_id.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/fileapi/file_change_service_factory.h"
|
||||
#include "chrome/browser/chromeos/fileapi/file_change_service_observer.h"
|
||||
#include "chrome/test/base/browser_with_test_window_test.h"
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "base/task/post_task.h"
|
||||
#include "chrome/browser/ash/drive/drive_integration_service.h"
|
||||
#include "chrome/browser/ash/drive/file_system_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/fileapi/recent_file.h"
|
||||
#include "chromeos/components/drivefs/drivefs_util.h"
|
||||
#include "content/public/browser/browser_task_traits.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "base/test/metrics/histogram_tester.h"
|
||||
#include "base/test/scoped_feature_list.h"
|
||||
#include "chrome/browser/ash/arc/fileapi/arc_file_system_bridge.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fake_disk_mount_manager.h"
|
||||
#include "chrome/browser/ash/file_manager/fake_disk_mount_manager.h"
|
||||
#include "chrome/browser/chromeos/file_manager/path_util.h"
|
||||
#include "chrome/browser/chromeos/note_taking_controller_client.h"
|
||||
#include "chrome/browser/extensions/extension_service.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/filesystem_api_util.h"
|
||||
#include "chrome/browser/ash/file_manager/filesystem_api_util.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "content/public/browser/browser_context.h"
|
||||
|
||||
|
@ -27,8 +27,8 @@
|
||||
#if BUILDFLAG(IS_CHROMEOS_ASH)
|
||||
#include "ash/keyboard/ui/resources/keyboard_resource_util.h"
|
||||
#include "base/command_line.h"
|
||||
#include "chrome/browser/ash/file_manager/file_manager_string_util.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_manager_string_util.h"
|
||||
#include "ui/file_manager/grit/file_manager_gen_resources_map.h"
|
||||
#include "ui/file_manager/grit/file_manager_resources_map.h"
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
#endif
|
||||
|
||||
#if BUILDFLAG(IS_CHROMEOS_ASH)
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "content/public/browser/site_instance.h"
|
||||
#endif
|
||||
|
||||
|
@ -9,8 +9,8 @@
|
||||
|
||||
#include "base/files/file_path.h"
|
||||
#include "chrome/app/vector_icons/vector_icons.h"
|
||||
#include "chrome/browser/ash/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/chromeos/file_manager/app_id.h"
|
||||
#include "chrome/browser/chromeos/file_manager/fileapi_util.h"
|
||||
#include "chrome/browser/nearby_sharing/attachment.h"
|
||||
#include "chrome/browser/nearby_sharing/file_attachment.h"
|
||||
#include "chrome/browser/nearby_sharing/logging/logging.h"
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "chrome/browser/chromeos/file_manager/file_manager_jstest_base.h"
|
||||
#include "chrome/browser/ash/file_manager/file_manager_jstest_base.h"
|
||||
#include "content/public/test/browser_test.h"
|
||||
|
||||
class ZipArchiverJsTest : public FileManagerJsTestBase {
|
||||
|
@ -17,8 +17,8 @@
|
||||
#include "base/scoped_observation.h"
|
||||
#include "base/sequenced_task_runner.h"
|
||||
#include "base/time/time.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks_notifier.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks_observer.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks_notifier.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks_observer.h"
|
||||
#include "chrome/browser/ui/app_list/search/score_normalizer/score_normalizer.h"
|
||||
#include "chrome/browser/ui/app_list/search/search_provider.h"
|
||||
#include "third_party/abseil-cpp/absl/types/optional.h"
|
||||
|
@ -21,9 +21,9 @@
|
||||
#include "base/task/post_task.h"
|
||||
#include "base/threading/sequenced_task_runner_handle.h"
|
||||
#include "base/time/time.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks_notifier.h"
|
||||
#include "chrome/browser/ash/file_manager/file_tasks_notifier_factory.h"
|
||||
#include "chrome/browser/ash/profiles/profile_helper.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks_notifier.h"
|
||||
#include "chrome/browser/chromeos/file_manager/file_tasks_notifier_factory.h"
|
||||
#include "chrome/browser/profiles/profile.h"
|
||||
#include "chrome/browser/profiles/profile_manager.h"
|
||||
#include "chrome/browser/ui/app_list/search/chrome_search_result.h"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user