Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5034)

Unified Diff: chrome/browser/chromeos/login/user_manager_impl.h

Issue 221873005: Some cleanup of WallpaperManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698