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

Unified Diff: chrome/browser/system_monitor/media_transfer_protocol_device_observer_linux.h

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/system_monitor/media_transfer_protocol_device_observer_linux.h
diff --git a/chrome/browser/system_monitor/media_transfer_protocol_device_observer_linux.h b/chrome/browser/system_monitor/media_transfer_protocol_device_observer_linux.h
index fd40f1f01aae7fe5673011f2eda699c543a71359..45c9e67ae66c832abbf0e5f0ce17487706745d96 100644
--- a/chrome/browser/system_monitor/media_transfer_protocol_device_observer_linux.h
+++ b/chrome/browser/system_monitor/media_transfer_protocol_device_observer_linux.h
@@ -12,7 +12,9 @@
#include "chrome/browser/system_monitor/removable_storage_notifications.h"
#include "device/media_transfer_protocol/media_transfer_protocol_manager.h"
+namespace base {
class FilePath;
+}
namespace chrome {
@@ -37,7 +39,7 @@ class MediaTransferProtocolDeviceObserverLinux
// Finds the storage that contains |path| and populates |storage_info|.
// Returns false if unable to find the storage.
bool GetStorageInfoForPath(
- const FilePath& path,
+ const base::FilePath& path,
RemovableStorageNotifications::StorageInfo* storage_info) const;
protected:
« no previous file with comments | « chrome/browser/sync_file_system/remote_change_processor.h ('k') | chrome/browser/system_monitor/portable_device_watcher_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698