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( |