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

Unified Diff: content/renderer/pepper/null_file_system_callback_dispatcher.cc

Issue 14671020: FileAPI: Copy base::FileUtilProxy::Entry to fileapi::DirectoryEntry (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: content/renderer/pepper/null_file_system_callback_dispatcher.cc
diff --git a/content/renderer/pepper/null_file_system_callback_dispatcher.cc b/content/renderer/pepper/null_file_system_callback_dispatcher.cc
index 0c8d6a3a780d180e6b9200b279190f0885cbad02..e7f3ceb5ef43c09b2c4849a32b22bb0504e0d4ba 100644
--- a/content/renderer/pepper/null_file_system_callback_dispatcher.cc
+++ b/content/renderer/pepper/null_file_system_callback_dispatcher.cc
@@ -5,7 +5,6 @@
#include "content/renderer/pepper/null_file_system_callback_dispatcher.h"
#include "base/files/file_path.h"
-#include "base/files/file_util_proxy.h"
#include "base/logging.h"
#include "googleurl/src/gurl.h"
@@ -28,7 +27,7 @@ void NullFileSystemCallbackDispatcher::DidCreateSnapshotFile(
}
void NullFileSystemCallbackDispatcher::DidReadDirectory(
- const std::vector<base::FileUtilProxy::Entry>& /* entries */,
+ const std::vector<fileapi::FileSystemOperation::Entry>& /* entries */,
bool /* has_more */) {
NOTREACHED();
}

Powered by Google App Engine
This is Rietveld 408576698