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

Unified Diff: chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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: chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h
diff --git a/chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h b/chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h
index 05dee8a6ae5e315d1082029f7d71b66f5b5cc5e9..6f22942fbb3e098a97108edb12b5adbc1817810c 100644
--- a/chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h
+++ b/chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h
@@ -8,7 +8,7 @@
#include "base/callback.h"
#include "base/files/file.h"
#include "base/memory/ref_counted.h"
-#include "webkit/browser/fileapi/async_file_util.h"
+#include "storage/browser/fileapi/async_file_util.h"
namespace base {
class FilePath;
@@ -31,8 +31,8 @@ class MTPDeviceAsyncDelegate {
// A callback to be called when ReadDirectory method call succeeds.
typedef base::Callback<
- void(const fileapi::AsyncFileUtil::EntryList& file_list,
- bool has_more)> ReadDirectorySuccessCallback;
+ void(const storage::AsyncFileUtil::EntryList& file_list, bool has_more)>
+ ReadDirectorySuccessCallback;
// A callback to be called when GetFileInfo/ReadDirectory/CreateSnapshot
// method call fails.

Powered by Google App Engine
This is Rietveld 408576698