diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-24 05:40:52 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-24 05:40:52 +0000 |
commit | 57999817d30c384de8974a2c64c0356e71fde63c (patch) | |
tree | eea7cbd7cd2a1226d4d7e0b983d01268334dc2ba /ppapi/proxy/flash_file_resource.cc | |
parent | 8701de1793a2c3fdf0f596aee8ec93c61c00bf2e (diff) | |
download | chromium_src-57999817d30c384de8974a2c64c0356e71fde63c.zip chromium_src-57999817d30c384de8974a2c64c0356e71fde63c.tar.gz chromium_src-57999817d30c384de8974a2c64c0356e71fde63c.tar.bz2 |
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
Diffstat (limited to 'ppapi/proxy/flash_file_resource.cc')
-rw-r--r-- | ppapi/proxy/flash_file_resource.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/flash_file_resource.cc b/ppapi/proxy/flash_file_resource.cc index cd13a6d..a7db4c00a 100644 --- a/ppapi/proxy/flash_file_resource.cc +++ b/ppapi/proxy/flash_file_resource.cc @@ -4,7 +4,7 @@ #include "ppapi/proxy/flash_file_resource.h" -#include "base/file_path.h" +#include "base/files/file_path.h" #include "ipc/ipc_message.h" #include "ppapi/c/pp_errors.h" #include "ppapi/proxy/ppapi_messages.h" |