| Index: chrome/browser/password_manager/password_store_consumer.h
|
| diff --git a/chrome/browser/password_manager/password_store_consumer.h b/chrome/browser/password_manager/password_store_consumer.h
|
| index ee44f1584f8884f33175b7f8d57270b134faa3a5..a51509273175d1109edbc41b761f98e744347644 100644
|
| --- a/chrome/browser/password_manager/password_store_consumer.h
|
| +++ b/chrome/browser/password_manager/password_store_consumer.h
|
| @@ -12,7 +12,7 @@ namespace webkit_glue {
|
| struct PasswordForm;
|
| };
|
|
|
| -// Reads from the PasswordStore are done asynchrously on a separate
|
| +// Reads from the PasswordStore are done asynchronously on a separate
|
| // thread. PasswordStoreConsumer provides the virtual callback method, which is
|
| // guaranteed to be executed on this (the UI) thread. It also provides the
|
| // CancelableRequestConsumer member, which cancels any outstanding requests upon
|
|
|