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

Unified Diff: chrome/browser/chromeos/login/users/avatar/user_image_manager.h

Issue 398753004: [cros] Move User class to user_manager component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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/users/avatar/user_image_manager.h
diff --git a/chrome/browser/chromeos/login/users/avatar/user_image_manager.h b/chrome/browser/chromeos/login/users/avatar/user_image_manager.h
index e0a745bb09e181f92e868ee0f9c28656714731a9..d1004e569aa79198060d6cedf29db8dfa81d0832 100644
--- a/chrome/browser/chromeos/login/users/avatar/user_image_manager.h
+++ b/chrome/browser/chromeos/login/users/avatar/user_image_manager.h
@@ -7,7 +7,7 @@
#include <string>
-#include "chrome/browser/chromeos/login/users/user.h"
+#include "components/user_manager/user.h"
class PrefRegistrySimple;
@@ -66,7 +66,7 @@ class UserImageManager {
virtual void DeleteUserImage() = 0;
// Starts downloading the profile image for the user. If user's image
- // index is |kProfileImageIndex|, newly downloaded image is immediately
+ // index is |USER_IMAGE_PROFILE|, newly downloaded image is immediately
// set as user's current picture. |reason| is an arbitrary string
// (used to report UMA histograms with download times).
virtual void DownloadProfileImage(const std::string& reason) = 0;

Powered by Google App Engine
This is Rietveld 408576698