Commit 39351f55 authored by vandebo@chromium.org's avatar vandebo@chromium.org

Fix some includes in CopyOrMoveFileValidator code.

BUG=NONE

Review URL: https://chromiumcodereview.appspot.com/14320038

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195296 0039d316-1c4b-4281-b951-d872f2087c98
parent 7164e770
...@@ -6,11 +6,16 @@ ...@@ -6,11 +6,16 @@
#define WEBKIT_FILEAPI_COPY_OR_MOVE_FILE_VALIDATOR_H_ #define WEBKIT_FILEAPI_COPY_OR_MOVE_FILE_VALIDATOR_H_
#include "base/callback.h" #include "base/callback.h"
#include "base/files/file_path.h"
#include "base/platform_file.h" #include "base/platform_file.h"
namespace base {
class FilePath;
}
namespace fileapi { namespace fileapi {
class FileSystemURL;
class CopyOrMoveFileValidator { class CopyOrMoveFileValidator {
public: public:
// Callback that is invoked when validation completes. A result of // Callback that is invoked when validation completes. A result of
......
...@@ -5,10 +5,12 @@ ...@@ -5,10 +5,12 @@
#include "webkit/fileapi/cross_operation_delegate.h" #include "webkit/fileapi/cross_operation_delegate.h"
#include "base/bind.h" #include "base/bind.h"
#include "base/files/file_path.h"
#include "webkit/blob/shareable_file_reference.h" #include "webkit/blob/shareable_file_reference.h"
#include "webkit/fileapi/copy_or_move_file_validator.h" #include "webkit/fileapi/copy_or_move_file_validator.h"
#include "webkit/fileapi/file_system_context.h" #include "webkit/fileapi/file_system_context.h"
#include "webkit/fileapi/file_system_operation_context.h" #include "webkit/fileapi/file_system_operation_context.h"
#include "webkit/fileapi/file_system_url.h"
#include "webkit/fileapi/file_system_util.h" #include "webkit/fileapi/file_system_util.h"
#include "webkit/fileapi/local_file_system_operation.h" #include "webkit/fileapi/local_file_system_operation.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment