| Index: chrome/browser/chromeos/login/users/avatar/user_image_sync_observer.h
|
| diff --git a/chrome/browser/chromeos/login/users/avatar/user_image_sync_observer.h b/chrome/browser/chromeos/login/users/avatar/user_image_sync_observer.h
|
| index aedebdcaeb035e59baa9d3fcfbf158e9d47bbf96..503338b41089c0138513122ae304a7681b5e6772 100644
|
| --- a/chrome/browser/chromeos/login/users/avatar/user_image_sync_observer.h
|
| +++ b/chrome/browser/chromeos/login/users/avatar/user_image_sync_observer.h
|
| @@ -43,7 +43,7 @@ class UserImageSyncObserver: public PrefServiceSyncableObserver,
|
| };
|
|
|
| public:
|
| - explicit UserImageSyncObserver(const User* user);
|
| + explicit UserImageSyncObserver(const user_manager::User* user);
|
| virtual ~UserImageSyncObserver();
|
|
|
| // Register syncable preference for profile.
|
| @@ -88,7 +88,7 @@ class UserImageSyncObserver: public PrefServiceSyncableObserver,
|
| // If it is allowed to change user image now.
|
| bool CanUpdateLocalImageNow();
|
|
|
| - const User* user_;
|
| + const user_manager::User* user_;
|
| scoped_ptr<PrefChangeRegistrar> pref_change_registrar_;
|
| scoped_ptr<content::NotificationRegistrar> notification_registrar_;
|
| PrefServiceSyncable* prefs_;
|
|
|