| 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..349ea30248e3f3c53c674f510d7d15029b8bda1d 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 of this class has to set the client for logging.
|
| void set_client(password_manager::PasswordManagerClient* client) {
|
| client_ = client;
|
| }
|
|
|