summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/extensions/api/identity/gaia_web_auth_flow.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/extensions/api/identity/gaia_web_auth_flow.h')
-rw-r--r--chromium/chrome/browser/extensions/api/identity/gaia_web_auth_flow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/chrome/browser/extensions/api/identity/gaia_web_auth_flow.h b/chromium/chrome/browser/extensions/api/identity/gaia_web_auth_flow.h
index 8ba5fa6780f..037ac0cd0b8 100644
--- a/chromium/chrome/browser/extensions/api/identity/gaia_web_auth_flow.h
+++ b/chromium/chrome/browser/extensions/api/identity/gaia_web_auth_flow.h
@@ -89,7 +89,7 @@ class GaiaWebAuthFlow : public WebAuthFlow::Delegate {
Delegate* delegate_;
Profile* profile_;
- std::string account_id_;
+ CoreAccountId account_id_;
std::string redirect_scheme_;
std::string redirect_path_prefix_;
GURL auth_url_;