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

Unified Diff: webkit/chromeos/fileapi/file_util_async.h

Issue 14671020: FileAPI: Copy base::FileUtilProxy::Entry to fileapi::DirectoryEntry (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win build and remove base/ change 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/chromeos/fileapi/file_util_async.h
diff --git a/webkit/chromeos/fileapi/file_util_async.h b/webkit/chromeos/fileapi/file_util_async.h
index 6d3cca6dbe709bb93d96e2181523884f4fddb5f8..de410d1c3326f78f272980160b443a382ff845f4 100644
--- a/webkit/chromeos/fileapi/file_util_async.h
+++ b/webkit/chromeos/fileapi/file_util_async.h
@@ -6,7 +6,6 @@
#define WEBKIT_CHROMEOS_FILEAPI_FILE_SYSTEM_FILE_UTIL_ASYNC_H_
#include "base/callback.h"
-#include "base/files/file_util_proxy.h"
#include "base/platform_file.h"
#include "webkit/chromeos/fileapi/async_file_stream.h"
@@ -20,8 +19,6 @@ class FileUtilAsync {
public:
virtual ~FileUtilAsync() {}
- typedef base::FileUtilProxy::Entry DirectoryEntry;
-
// Used for GetFileInfo(). |result| is the return code of the operation,
// and |file_info| is the obtained file info.
typedef base::Callback<void(
« no previous file with comments | « content/common/fileapi/webfilesystem_callback_adapters.cc ('k') | webkit/chromeos/fileapi/remote_file_system_operation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698