From 57999817d30c384de8974a2c64c0356e71fde63c Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Sun, 24 Feb 2013 05:40:52 +0000 Subject: 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 --- ash/shell/content_client/shell_main_delegate.cc | 2 +- ash/system/tray/system_tray_delegate.h | 2 +- ash/test/test_metro_viewer_process_host.cc | 2 +- ash/test/test_suite.cc | 2 +- ash/test/test_suite_init.mm | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'ash') diff --git a/ash/shell/content_client/shell_main_delegate.cc b/ash/shell/content_client/shell_main_delegate.cc index 343ba27..c356e45 100644 --- a/ash/shell/content_client/shell_main_delegate.cc +++ b/ash/shell/content_client/shell_main_delegate.cc @@ -6,7 +6,7 @@ #include "ash/shell/content_client/shell_content_browser_client.h" #include "base/command_line.h" -#include "base/file_path.h" +#include "base/files/file_path.h" #include "base/path_service.h" #include "content/public/common/content_switches.h" #include "ui/base/resource/resource_bundle.h" diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h index 2e8dd4f4..1baccf3 100644 --- a/ash/system/tray/system_tray_delegate.h +++ b/ash/system/tray/system_tray_delegate.h @@ -11,7 +11,7 @@ #include "ash/ash_export.h" #include "ash/system/power/power_supply_status.h" #include "ash/system/user/login_status.h" -#include "base/file_path.h" +#include "base/files/file_path.h" #include "base/i18n/time_formatting.h" #include "base/memory/scoped_ptr.h" #include "base/string16.h" diff --git a/ash/test/test_metro_viewer_process_host.cc b/ash/test/test_metro_viewer_process_host.cc index a70fa3b..3d58f6f 100644 --- a/ash/test/test_metro_viewer_process_host.cc +++ b/ash/test/test_metro_viewer_process_host.cc @@ -8,8 +8,8 @@ #include #include "base/command_line.h" -#include "base/file_path.h" #include "base/file_util.h" +#include "base/files/file_path.h" #include "base/string16.h" #include "base/time.h" #include "base/win/scoped_com_initializer.h" diff --git a/ash/test/test_suite.cc b/ash/test/test_suite.cc index 7ffe3b2..f606829f 100644 --- a/ash/test/test_suite.cc +++ b/ash/test/test_suite.cc @@ -4,7 +4,7 @@ #include "ash/test/test_suite.h" -#include "base/file_path.h" +#include "base/files/file_path.h" #include "base/path_service.h" #include "build/build_config.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/ash/test/test_suite_init.mm b/ash/test/test_suite_init.mm index d60b3e2..1564c38 100644 --- a/ash/test/test_suite_init.mm +++ b/ash/test/test_suite_init.mm @@ -6,7 +6,7 @@ #import -#include "base/file_path.h" +#include "base/files/file_path.h" #include "base/mac/bundle_locations.h" #include "base/memory/scoped_nsobject.h" #include "base/path_service.h" -- cgit v1.1