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

Unified Diff: chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h

Issue 14247034: Move Media Galleries FileAPI code out of webkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cr-14352004
Patch Set: Add android ifdef. Created 7 years, 8 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/win/mtp_device_delegate_impl_win.h
diff --git a/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h b/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h
index cdd6bdf74c76c4b671d008a6307e80436b7715dd..afae4277111505bdb599bc3d97e11f1b59496d88 100644
--- a/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h
+++ b/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h
@@ -14,9 +14,9 @@
#include "base/platform_file.h"
#include "base/string16.h"
#include "base/win/scoped_comptr.h"
+#include "chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h"
#include "chrome/browser/media_galleries/mtp_device_delegate_impl.h"
#include "webkit/fileapi/async_file_util.h"
-#include "webkit/fileapi/media/mtp_device_async_delegate.h"
namespace base {
class FilePath;
@@ -36,7 +36,7 @@ struct SnapshotRequestInfo;
// is instantiated per MTP device storage partition using
// CreateMTPDeviceAsyncDelegate(). MTPDeviceDelegateImplWin lives on the IO
// thread.
-class MTPDeviceDelegateImplWin : public fileapi::MTPDeviceAsyncDelegate {
+class MTPDeviceDelegateImplWin : public MTPDeviceAsyncDelegate {
public:
// Structure used to represent MTP device storage partition details.
struct StorageDeviceInfo {

Powered by Google App Engine
This is Rietveld 408576698