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

Unified Diff: chrome/browser/media_galleries/scoped_mtp_device_map_entry.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/scoped_mtp_device_map_entry.h
diff --git a/chrome/browser/media_galleries/scoped_mtp_device_map_entry.h b/chrome/browser/media_galleries/scoped_mtp_device_map_entry.h
index 8cf24a23f3892f19c54d616169d85f5b7d073500..abcf0422252004f4921c788d9d03ba18f24643d6 100644
--- a/chrome/browser/media_galleries/scoped_mtp_device_map_entry.h
+++ b/chrome/browser/media_galleries/scoped_mtp_device_map_entry.h
@@ -15,12 +15,10 @@
#include "base/sequenced_task_runner_helpers.h"
#include "content/public/browser/browser_thread.h"
-namespace fileapi {
-class MTPDeviceAsyncDelegate;
-}
-
namespace chrome {
+class MTPDeviceAsyncDelegate;
+
class ScopedMTPDeviceMapEntry
: public base::RefCountedThreadSafe<
ScopedMTPDeviceMapEntry, content::BrowserThread::DeleteOnUIThread> {
@@ -50,8 +48,7 @@ class ScopedMTPDeviceMapEntry
// Callback to add the managed MTPDeviceAsyncDelegate to the
// MTPDeviceMapService on the IO thread.
- void OnMTPDeviceAsyncDelegateCreated(
- fileapi::MTPDeviceAsyncDelegate* delegate);
+ void OnMTPDeviceAsyncDelegateCreated(MTPDeviceAsyncDelegate* delegate);
// The MTP or PTP device location.
const base::FilePath::StringType device_location_;

Powered by Google App Engine
This is Rietveld 408576698