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

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

Issue 492873002: Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single sto… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos build 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..bc897bbeb722844a29432d8fd77ca73ff2d90f61 100644
--- a/chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h
+++ b/chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h
@@ -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