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

Unified Diff: webkit/fileapi/file_system_context.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_system_context.cc
diff --git a/webkit/fileapi/file_system_context.cc b/webkit/fileapi/file_system_context.cc
index 6cb97e92298cd11ed53dc556a148c608a55b4def..7a5e29e9f5ab8dccb2e65e3789fa9aa127e2d82b 100644
--- a/webkit/fileapi/file_system_context.cc
+++ b/webkit/fileapi/file_system_context.cc
@@ -6,6 +6,8 @@
#include "base/file_util.h"
#include "base/message_loop_proxy.h"
+#include "webkit/fileapi/file_system_file_util.h"
ericu 2011/03/03 01:05:11 Are these needed?
Dai Mikurube (google.com) 2011/03/03 20:24:52 Not required. Removed.
+#include "webkit/fileapi/file_system_file_util_proxy.h"
#include "webkit/fileapi/file_system_path_manager.h"
#include "webkit/fileapi/file_system_quota_manager.h"
#include "webkit/fileapi/file_system_usage_tracker.h"

Powered by Google App Engine
This is Rietveld 408576698