0

Move file_path.h to base/files.

TBR=sky

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184344 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
brettw@chromium.org
2013-02-24 05:40:52 +00:00
parent 8701de1793
commit 57999817d3
1203 changed files with 1793 additions and 1784 deletions
android_webview/browser
apps/app_host
ash
base
android
base.gypbase.gypibase_paths.ccbase_paths_android.ccbase_paths_mac.mmbase_paths_posix.ccbase_paths_win.cccommand_line.cccommand_line_unittest.ccfile_path.hfile_util.ccfile_util.hfile_util_android.ccfile_util_linux.ccfile_util_mac.mmfile_util_posix.ccfile_util_unittest.ccfile_util_win.ccfile_version_info_mac.mmfile_version_info_win.cc
files
i18n
json
mac
native_library_mac.mmnative_library_posix.cc
nix
path_service.ccpath_service_unittest.ccperftimer.ccplatform_file.hplatform_file_posix.ccplatform_file_win.cc
prefs
process_util.hprocess_util_unittest.ccscoped_native_library_unittest.ccsys_info.hsys_info_chromeos.ccsys_info_win.cc
test
value_conversions.cc
win
cc
chrome
app
browser
android
app_controller_mac.mmauto_launch_trial.cc
autofill
automation
background
bookmarks
browser_shutdown.ccbrowser_util_win.cc
browsing_data
captive_portal
chrome_browser_main.ccchrome_browser_main_mac.mmchrome_browser_main_win.ccchrome_to_mobile_service.h
chromeos
app_mode
boot_times_loader.cc
contacts
cros
customization_document.cc
drive
extensions
external_metrics.h
imageburner
kiosk_mode
login
mobile
mobile_config.cc
settings
system
system_logs
version_loader.cc
component_updater
crash_handler_host_linux.cccrash_recovery_browsertest.cccrash_upload_list.cc
diagnostics
download
enumerate_modules_model_win.cc
extensions
activity_database.hactivity_database_unittest.cc
api
app_notification_manager.ccapp_notification_storage.ccapp_notification_storage_unittest.cccomponent_loader.hconvert_user_script.ccconvert_user_script_unittest.ccconvert_web_app.ccconvert_web_app_unittest.cccrx_installer.h
docs
extension_browsertest.ccextension_browsertest.hextension_creator_filter.ccextension_disabled_ui_browsertest.ccextension_function_test_utils.ccextension_nacl_browsertest.ccextension_protocols.ccextension_resource_protocols.ccextension_service.hextension_service_unittest.hextension_startup_browsertest.ccextension_sync_data_unittest.ccextension_system.ccexternal_loader.hexternal_pref_loader.ccexternal_provider_impl.ccexternal_registry_loader_win.ccfile_reader_unittest.ccinstalled_loader.cclazy_background_page_apitest.ccpack_extension_job.hpermissions_updater_unittest.ccplatform_app_launcher.ccrequirements_checker_browsertest.ccsandboxed_unpacker.hscript_bubble_controller_unittest.ccstate_store.hsystem_info_event_router.hunpacked_installer.h
updater
user_script_master.ccuser_script_master.huser_script_master_unittest.cc
fast_shutdown_browsertest.cc
feedback
first_run
google
google_apis
history
icon_manager_chromeos.ccicon_manager_mac.mmicon_manager_win.cciframe_browsertest.cc
importer
mac
managed_mode
media_gallery
memory_details_mac.ccmemory_details_win.cc
metrics
mouseleave_browsertest.cc
nacl_host
net
page_cycler
parsers
password_manager
pepper_broker_infobar_delegate.h
performance_monitor
platform_util_mac.mmplatform_util_win.cc
plugins
policy
popup_blocker_browsertest.cc
predictors
prefs
printing
process_info_snapshot_mac_unittest.ccprocess_singleton.hprocess_singleton_browsertest.ccprocess_singleton_linux.ccprocess_singleton_linux_unittest.ccprocess_singleton_win.cc
profiles
renderer_host
safe_browsing
service
sessions
shell_integration.hshell_integration_linux.ccshell_integration_linux.hshell_integration_unittest.ccshell_integration_win_unittest.cc
spellchecker
ssl
storage_monitor
sync
sync_file_system
task_manager
task_profiler
themes
ui
app_list
ash
browser_browsertest.ccchrome_select_file_policy_unittest.cc
cocoa
extensions
gtk
hung_plugin_tab_helper.hmetro_pin_tab_helper_win.ccnetwork_profile_bubble.cc
startup
tabs
toolbar
views
webui
upgrade_detector_impl.ccuser_style_sheet_watcher.h
value_store
web_applications
webdata
common
installer
nacl
plugin
renderer
service
test
tools
convert_dict
crash_service
mac_helpers
perf
flush_cache
profiles
safe_browsing
chrome_frame
chromeos
cloud_print/service/win
components/visitedlink
content
app
browser
accessibility
appcache
browser_child_process_host_impl.ccchild_process_launcher.ccchild_process_security_policy_browsertest.ccchild_process_security_policy_impl.ccchild_process_security_policy_unittest.cc
device_orientation
devtools
dom_storage
download
fileapi
geolocation
gpu
hyphenator
in_process_webkit
loader
mime_registry_message_filter.hpepper_flash_settings_helper_impl.ccplugin_loader_posix_unittest.ccplugin_process_host.ccplugin_service_impl.ccpower_save_blocker_linux.ccppapi_plugin_process_host.ccppapi_plugin_process_host.h
renderer_host
safe_util_win.cc
speech
storage_partition_impl.hstorage_partition_impl_map.ccsystem_message_window_win_unittest.cc
web_contents
worker_host
common
gpu
plugin
public
renderer
shell
test
utility
zygote
courgette
crypto
device/bluetooth
gpu/tools/compositor_model_bench
ipc
media
net
android
base
disk_cache
dns
http
proxy
socket
test
tools
url_request
ppapi
printing
remoting
rlz
sandbox/linux/services
sql
sync
testing/android
third_party
leveldatabase
widevine
tools
ui
webkit
appcache
base
blob
chromeos
database
dom_storage
fileapi
glue
media
plugins
quota
support
tools
win8

@@ -19,7 +19,7 @@
#include "base/at_exit.h"
#include "base/base_switches.h"
#include "base/command_line.h"
#include "base/file_path.h"
#include "base/files/file_path.h"
#include "base/logging.h"
#include "base/stringprintf.h"
#include "gtest/gtest.h"

@@ -7,13 +7,13 @@
#include <android/log.h>
#include <stdarg.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include "base/command_line.h"
#include "base/file_path.h"
#include "base/file_util.h"
#include "base/files/file_path.h"
#include "base/string_util.h"
#include "base/strings/string_tokenizer.h"