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

Unified Diff: chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h

Issue 2587993002: Chromad: Switch AuthPolicyClient to use cros_system_api enums. (Closed)
Patch Set: Move default to the end of switch. Created 3 years, 12 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/ui/webui/chromeos/login/gaia_screen_handler.h
diff --git a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
index f52ae5f74418fc279a5c2eab1b2d376a2046c74f..a3b8da0efd703d06175ef3b24810ec7d43bf2462 100644
--- a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
@@ -135,7 +135,7 @@ class GaiaScreenHandler : public BaseScreenHandler,
// Callback for AuthPolicyClient.
void DoAdAuth(const std::string& username,
const Key& key,
- authpolicy::AuthUserErrorType error,
+ authpolicy::ErrorType error,
const std::string& uid);
// Callback for writing password into pipe.

Powered by Google App Engine
This is Rietveld 408576698