Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2175)

Unified Diff: webkit/fileapi/copy_or_move_file_validator.h

Issue 14320038: Fix some includes in CopyOrMoveFileValidator code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/fileapi/cross_operation_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/copy_or_move_file_validator.h
diff --git a/webkit/fileapi/copy_or_move_file_validator.h b/webkit/fileapi/copy_or_move_file_validator.h
index a3e4a42a468084873366365fef707942a37ecabe..39b171a80d8ecfcd6db41324afe2a222df87a2ac 100644
--- a/webkit/fileapi/copy_or_move_file_validator.h
+++ b/webkit/fileapi/copy_or_move_file_validator.h
@@ -6,11 +6,16 @@
#define WEBKIT_FILEAPI_COPY_OR_MOVE_FILE_VALIDATOR_H_
#include "base/callback.h"
-#include "base/files/file_path.h"
#include "base/platform_file.h"
+namespace base {
+class FilePath;
+}
+
namespace fileapi {
+class FileSystemURL;
+
class CopyOrMoveFileValidator {
public:
// Callback that is invoked when validation completes. A result of
« no previous file with comments | « no previous file | webkit/fileapi/cross_operation_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698