Chromium Code Reviews| Index: chrome/browser/ui/passwords/manage_passwords_state.h |
| diff --git a/chrome/browser/ui/passwords/manage_passwords_state.h b/chrome/browser/ui/passwords/manage_passwords_state.h |
| index beeda3c20b1d33238e95bd487884b524779954d1..20edc09dee29608f14b848745fe34833f98e005a 100644 |
| --- a/chrome/browser/ui/passwords/manage_passwords_state.h |
| +++ b/chrome/browser/ui/passwords/manage_passwords_state.h |
| @@ -31,7 +31,7 @@ class ManagePasswordsState { |
| ManagePasswordsState(); |
| ~ManagePasswordsState(); |
| - // Set the client for logging. |
| + // The embedder if this class has to set the client for logging. |
|
vabr (Chromium)
2015/03/17 11:55:13
typo: if -> of
vasilii
2015/03/17 12:11:33
Done.
|
| void set_client(password_manager::PasswordManagerClient* client) { |
| client_ = client; |
| } |