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

Unified Diff: webkit/browser/fileapi/copy_or_move_file_validator.h

Issue 15624003: Validate image files before writing them to media galleries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments and rebase Created 7 years, 7 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
Index: webkit/browser/fileapi/copy_or_move_file_validator.h
diff --git a/webkit/browser/fileapi/copy_or_move_file_validator.h b/webkit/browser/fileapi/copy_or_move_file_validator.h
index b60d332e6c0583f0d19aa6af3ad1dd4a6ed5bf7f..07aace088030b84f9c982ba59d536496b0092ad9 100644
--- a/webkit/browser/fileapi/copy_or_move_file_validator.h
+++ b/webkit/browser/fileapi/copy_or_move_file_validator.h
@@ -13,6 +13,10 @@ namespace base {
class FilePath;
}
+namespace base {
Lei Zhang 2013/05/24 22:50:44 merge error? ^^
vandebo (ex-Chrome) 2013/05/29 06:09:15 Done.
+class FilePath;
+}
+
namespace fileapi {
class FileSystemURL;

Powered by Google App Engine
This is Rietveld 408576698