| Index: chrome/browser/chromeos/login/user_manager_impl.h
|
| diff --git a/chrome/browser/chromeos/login/user_manager_impl.h b/chrome/browser/chromeos/login/user_manager_impl.h
|
| index 9154ba430847f20cfb720b0aea2e714318cce498..16e5f8627ab8509b932b7823304104137ae61384 100644
|
| --- a/chrome/browser/chromeos/login/user_manager_impl.h
|
| +++ b/chrome/browser/chromeos/login/user_manager_impl.h
|
| @@ -315,7 +315,7 @@ class UserManagerImpl
|
| // Update the global LoginState.
|
| void UpdateLoginState();
|
|
|
| - // Insert |user| at the front of the LRU user list..
|
| + // Insert |user| at the front of the LRU user list.
|
| void SetLRUUser(User* user);
|
|
|
| // Adds |user| to users list, and adds it to front of LRU list. It is assumed
|
|
|