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

Unified Diff: ash/system/tray/system_tray_delegate.h

Issue 12211108: Rename FilePath -> base::FilePath in various toplevel directories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | « ash/system/drive/tray_drive.cc ('k') | ash/system/tray/test_system_tray_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray_delegate.h
diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
index 6f6cab8d392ff4c2e883b6b818d9394b91f63014..2e8dd4f4ade39f4cef1ad21feb3b7157bd9ac353 100644
--- a/ash/system/tray/system_tray_delegate.h
+++ b/ash/system/tray/system_tray_delegate.h
@@ -70,7 +70,7 @@ struct ASH_EXPORT DriveOperationStatus {
~DriveOperationStatus();
// File path.
- FilePath file_path;
+ base::FilePath file_path;
// Current operation completion progress [0.0 - 1.0].
double progress;
OperationType type;
@@ -220,7 +220,7 @@ class SystemTrayDelegate {
virtual void ActivateIMEProperty(const std::string& key) = 0;
// Cancels ongoing drive operation.
- virtual void CancelDriveOperation(const FilePath& file_path) = 0;
+ virtual void CancelDriveOperation(const base::FilePath& file_path) = 0;
// Returns information about the ongoing drive operations.
virtual void GetDriveOperationStatusList(
« no previous file with comments | « ash/system/drive/tray_drive.cc ('k') | ash/system/tray/test_system_tray_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698