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

Unified Diff: ash/system/tray/test_system_tray_delegate.cc

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/tray/test_system_tray_delegate.h ('k') | ash/test/test_suite_init.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/test_system_tray_delegate.cc
diff --git a/ash/system/tray/test_system_tray_delegate.cc b/ash/system/tray/test_system_tray_delegate.cc
index 95f9100ff13aad87f52528e89c9d93b2f893bb29..bda2fbf376b6f41b7169836a6762708261e3e811 100644
--- a/ash/system/tray/test_system_tray_delegate.cc
+++ b/ash/system/tray/test_system_tray_delegate.cc
@@ -197,7 +197,7 @@ void TestSystemTrayDelegate::SwitchIME(const std::string& ime_id) {
void TestSystemTrayDelegate::ActivateIMEProperty(const std::string& key) {
}
-void TestSystemTrayDelegate::CancelDriveOperation(const FilePath&) {
+void TestSystemTrayDelegate::CancelDriveOperation(const base::FilePath&) {
}
void TestSystemTrayDelegate::GetDriveOperationStatusList(
« no previous file with comments | « ash/system/tray/test_system_tray_delegate.h ('k') | ash/test/test_suite_init.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698