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

Side by Side Diff: chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h

Issue 15859007: Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dump_file_system build fix Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_MEDIA_GALLERIES_LINUX_MTP_DEVICE_DELEGATE_IMPL_LINUX_H_ 5 #ifndef CHROME_BROWSER_MEDIA_GALLERIES_LINUX_MTP_DEVICE_DELEGATE_IMPL_LINUX_H_
6 #define CHROME_BROWSER_MEDIA_GALLERIES_LINUX_MTP_DEVICE_DELEGATE_IMPL_LINUX_H_ 6 #define CHROME_BROWSER_MEDIA_GALLERIES_LINUX_MTP_DEVICE_DELEGATE_IMPL_LINUX_H_
7 7
8 #include <queue> 8 #include <queue>
9 9
10 #include "base/callback.h" 10 #include "base/callback.h"
11 #include "base/location.h" 11 #include "base/location.h"
12 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
13 #include "base/memory/weak_ptr.h" 13 #include "base/memory/weak_ptr.h"
14 #include "base/platform_file.h" 14 #include "base/platform_file.h"
15 #include "chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h" 15 #include "chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h"
16 #include "chrome/browser/media_galleries/mtp_device_delegate_impl.h" 16 #include "chrome/browser/media_galleries/mtp_device_delegate_impl.h"
17 #include "webkit/fileapi/async_file_util.h" 17 #include "webkit/browser/fileapi/async_file_util.h"
18 18
19 namespace base { 19 namespace base {
20 class FilePath; 20 class FilePath;
21 } 21 }
22 22
23 namespace chrome { 23 namespace chrome {
24 24
25 struct SnapshotRequestInfo; 25 struct SnapshotRequestInfo;
26 26
27 // MTPDeviceDelegateImplLinux communicates with the media transfer protocol 27 // MTPDeviceDelegateImplLinux communicates with the media transfer protocol
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 191
192 // For callbacks that may run after destruction. 192 // For callbacks that may run after destruction.
193 base::WeakPtrFactory<MTPDeviceDelegateImplLinux> weak_ptr_factory_; 193 base::WeakPtrFactory<MTPDeviceDelegateImplLinux> weak_ptr_factory_;
194 194
195 DISALLOW_COPY_AND_ASSIGN(MTPDeviceDelegateImplLinux); 195 DISALLOW_COPY_AND_ASSIGN(MTPDeviceDelegateImplLinux);
196 }; 196 };
197 197
198 } // namespace chrome 198 } // namespace chrome
199 199
200 #endif // CHROME_BROWSER_MEDIA_GALLERIES_LINUX_MTP_DEVICE_DELEGATE_IMPL_LINUX_H _ 200 #endif // CHROME_BROWSER_MEDIA_GALLERIES_LINUX_MTP_DEVICE_DELEGATE_IMPL_LINUX_H _
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698