diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-26 00:21:58 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-26 00:21:58 +0000 |
commit | cf7405ff9dd49a6adf3c481f3cb439184bcc7f80 (patch) | |
tree | 40ff28db430af7f5ffe4c75c86336be450cbc5fd /content/common | |
parent | de9469143c04e9d1a35057b1fac3a265efb92452 (diff) | |
download | chromium_src-cf7405ff9dd49a6adf3c481f3cb439184bcc7f80.zip chromium_src-cf7405ff9dd49a6adf3c481f3cb439184bcc7f80.tar.gz chromium_src-cf7405ff9dd49a6adf3c481f3cb439184bcc7f80.tar.bz2 |
Move file_util_proxy to base/files.
BUG=
Review URL: https://codereview.chromium.org/12035111
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178952 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r-- | content/common/fileapi/file_system_dispatcher.h | 2 | ||||
-rw-r--r-- | content/common/fileapi/file_system_messages.h | 2 | ||||
-rw-r--r-- | content/common/fileapi/webfilesystem_callback_dispatcher.cc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/content/common/fileapi/file_system_dispatcher.h b/content/common/fileapi/file_system_dispatcher.h index c5a38df..99afa50 100644 --- a/content/common/fileapi/file_system_dispatcher.h +++ b/content/common/fileapi/file_system_dispatcher.h @@ -9,7 +9,7 @@ #include <vector> #include "base/basictypes.h" -#include "base/file_util_proxy.h" +#include "base/files/file_util_proxy.h" #include "base/id_map.h" #include "base/process.h" #include "ipc/ipc_listener.h" diff --git a/content/common/fileapi/file_system_messages.h b/content/common/fileapi/file_system_messages.h index 24d864c..5de1aac 100644 --- a/content/common/fileapi/file_system_messages.h +++ b/content/common/fileapi/file_system_messages.h @@ -5,7 +5,7 @@ // IPC messages for the file system. // Multiply-included message file, hence no include guard. -#include "base/file_util_proxy.h" +#include "base/files/file_util_proxy.h" #include "googleurl/src/gurl.h" #include "ipc/ipc_message_macros.h" #include "ipc/ipc_platform_file.h" diff --git a/content/common/fileapi/webfilesystem_callback_dispatcher.cc b/content/common/fileapi/webfilesystem_callback_dispatcher.cc index 60b9d55..95d9371 100644 --- a/content/common/fileapi/webfilesystem_callback_dispatcher.cc +++ b/content/common/fileapi/webfilesystem_callback_dispatcher.cc @@ -7,7 +7,7 @@ #include <string> #include <vector> -#include "base/file_util_proxy.h" +#include "base/files/file_util_proxy.h" #include "base/logging.h" #include "base/utf_string_conversions.h" #include "googleurl/src/gurl.h" |