Chromium Code Reviews| Index: ash/system/tray/system_tray_delegate.cc |
| diff --git a/ash/system/tray/system_tray_delegate.cc b/ash/system/tray/system_tray_delegate.cc |
| index 314817eefe5aa2137d6b84a4f43ee7a0486fda4b..57735de0751bb65a02ce274ca026fdb9aadf1d0e 100644 |
| --- a/ash/system/tray/system_tray_delegate.cc |
| +++ b/ash/system/tray/system_tray_delegate.cc |
| @@ -259,7 +259,7 @@ bool SystemTrayDelegate::IsSearchKeyMappedToCapsLock() { |
| } |
| tray::UserAccountsDelegate* SystemTrayDelegate::GetUserAccountsDelegate( |
| - const std::string& user_id) { |
| + const AccountId& /* account_id */) { |
|
sky
2015/11/11 20:15:34
I prefer consistency. The rest of this class doesn
Alexander Alekseev
2015/11/11 23:32:06
Done.
|
| return nullptr; |
| } |