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

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

Issue 444903002: [cros] user_manager component - move UserManagerBase and UserManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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_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 503338b41089c0138513122ae304a7681b5e6772..a4c82ca1b2695a5f90e004b384652ef32542158f 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
@@ -9,16 +9,13 @@
#include "base/memory/scoped_ptr.h"
#include "base/observer_list.h"
-#include "chrome/browser/chromeos/login/users/user_manager.h"
#include "chrome/browser/prefs/pref_service_syncable_observer.h"
#include "content/public/browser/notification_observer.h"
class PrefChangeRegistrar;
class PrefServiceSyncable;
class Profile;
-namespace chromeos {
-class User;
-}
+
namespace content {
class NotificationRegistrar;
}
@@ -26,6 +23,10 @@ namespace user_prefs {
class PrefRegistrySyncable;
}
+namespace user_manager {
+class User;
+}
+
namespace chromeos {
// This class is responsible for keeping local user image synced with

Powered by Google App Engine
This is Rietveld 408576698