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

Unified Diff: chrome/browser/chromeos/login/auth/extended_authenticator.h

Issue 290513003: Move UserContext to its own file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 7 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/auth/extended_authenticator.h
diff --git a/chrome/browser/chromeos/login/auth/extended_authenticator.h b/chrome/browser/chromeos/login/auth/extended_authenticator.h
index ef3da60b763f3ac788bc3d022971c0e0a416c8a9..1525a448c09671a6140a63c81811a0822ef87627 100644
--- a/chrome/browser/chromeos/login/auth/extended_authenticator.h
+++ b/chrome/browser/chromeos/login/auth/extended_authenticator.h
@@ -12,13 +12,13 @@
#include "base/compiler_specific.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
-#include "chrome/browser/chromeos/login/users/user.h"
#include "chromeos/cryptohome/cryptohome_parameters.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
namespace chromeos {
class LoginStatusConsumer;
+class UserContext;
// Interaction with cryptohome : mounting home dirs, create new home dirs,
// udpate passwords.
« no previous file with comments | « chrome/browser/chromeos/login/auth/auth_attempt_state.h ('k') | chrome/browser/chromeos/login/auth/extended_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698