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

Unified Diff: chrome/browser/media_gallery/mtp_device_delegate_impl.h

Issue 11756004: IWYU for chrome/browser/media_gallery/mtp_device_delegate_impl.h. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 12 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media_gallery/mtp_device_delegate_impl.h
===================================================================
--- chrome/browser/media_gallery/mtp_device_delegate_impl.h (revision 175030)
+++ chrome/browser/media_gallery/mtp_device_delegate_impl.h (working copy)
@@ -11,9 +11,14 @@
#error "Media file system is not supported for this platform."
#endif
+#include "base/callback_forward.h"
#include "base/file_path.h"
#include "webkit/fileapi/media/mtp_device_delegate.h"
+namespace base {
+class SequencedTaskRunner;
+}
+
namespace chrome {
typedef base::Callback<void(fileapi::MTPDeviceDelegate*)>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698