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/fileapi/file_system_dispatcher.h | |
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/fileapi/file_system_dispatcher.h')
-rw-r--r-- | content/common/fileapi/file_system_dispatcher.h | 2 |
1 files changed, 1 insertions, 1 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" |