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

Unified Diff: chrome/browser/chromeos/login/reauth_stats.h

Issue 1425093004: Revert of This CL replaces user_manager::UserID with AccountId. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@468875--Chrome-OS-handles-deletion-of-Gmail-account-poorly--Create-AccountID-structure-part2--user_names
Patch Set: Created 5 years, 2 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
« no previous file with comments | « chrome/browser/chromeos/login/login_manager_test.cc ('k') | chrome/browser/chromeos/login/reauth_stats.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/reauth_stats.h
diff --git a/chrome/browser/chromeos/login/reauth_stats.h b/chrome/browser/chromeos/login/reauth_stats.h
index d62489f29a267aed26cc985c7463679c72d4e53c..99bd159e92c6b5e18c2d82569428448b7b705834 100644
--- a/chrome/browser/chromeos/login/reauth_stats.h
+++ b/chrome/browser/chromeos/login/reauth_stats.h
@@ -6,8 +6,6 @@
#define CHROME_BROWSER_CHROMEOS_LOGIN_REAUTH_STATS_H_
#include <string>
-
-class AccountId;
namespace chromeos {
@@ -53,8 +51,8 @@
NUM_REAUTH_FLOW_REASONS,
};
-void RecordReauthReason(const AccountId& account_id, ReauthReason reason);
-void SendReauthReason(const AccountId& account_id);
+void RecordReauthReason(const std::string& user_id, ReauthReason reason);
+void SendReauthReason(const std::string& user_id);
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/login/login_manager_test.cc ('k') | chrome/browser/chromeos/login/reauth_stats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698