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

Unified Diff: webkit/fileapi/file_writer_delegate.cc

Issue 6604020: Introduce FileSystemFileUtil and -Proxy to decorate base::file_util in webkit/fileapi. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 10 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/fileapi/file_writer_delegate.cc
diff --git a/webkit/fileapi/file_writer_delegate.cc b/webkit/fileapi/file_writer_delegate.cc
index bb6becfc81e519d1a84c0d813cfcff9e6cb32c71..b2f650725b3c362608cf69a73b121d6fed5b91cb 100644
--- a/webkit/fileapi/file_writer_delegate.cc
+++ b/webkit/fileapi/file_writer_delegate.cc
@@ -164,4 +164,3 @@ void FileWriterDelegate::OnProgress(int bytes_read, bool done) {
}
} // namespace fileapi
ericu 2011/03/03 01:05:11 You can remove this file from the CL.
Dai Mikurube (google.com) 2011/03/03 20:24:52 Done.
-

Powered by Google App Engine
This is Rietveld 408576698