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

Unified Diff: components/user_manager/user_info.h

Issue 1025663002: Implement oauth token external handler checking. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update fake user manager Created 5 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: components/user_manager/user_info.h
diff --git a/components/user_manager/user_info.h b/components/user_manager/user_info.h
index 9540946885594dce7507be5f24b89573f2859f8f..cc613c188eb1b5ce25215e73532a99cbd51f95e0 100644
--- a/components/user_manager/user_info.h
+++ b/components/user_manager/user_info.h
@@ -8,6 +8,7 @@
#include <string>
#include "base/strings/string16.h"
+#include "components/user_manager/user_id.h"
#include "components/user_manager/user_manager_export.h"
namespace gfx {
@@ -35,7 +36,7 @@ class USER_MANAGER_EXPORT UserInfo {
// Gets the user id (sanitized email address) for the user.
// The function would return something like "foobar@mock.com".
- virtual std::string GetUserID() const = 0;
+ virtual UserID GetUserID() const = 0;
// Gets the avatar image for the user.
virtual const gfx::ImageSkia& GetImage() const = 0;

Powered by Google App Engine
This is Rietveld 408576698