diff options
Diffstat (limited to 'chrome/browser/extensions/api/identity/web_auth_flow.cc')
-rw-r--r-- | chrome/browser/extensions/api/identity/web_auth_flow.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/api/identity/web_auth_flow.cc b/chrome/browser/extensions/api/identity/web_auth_flow.cc index 01a284c..21973824cf 100644 --- a/chrome/browser/extensions/api/identity/web_auth_flow.cc +++ b/chrome/browser/extensions/api/identity/web_auth_flow.cc @@ -192,7 +192,7 @@ void WebAuthFlow::Observe(int type, if (title->first) { delegate_->OnAuthFlowTitleChange( - UTF16ToUTF8(title->first->GetTitle())); + base::UTF16ToUTF8(title->first->GetTitle())); } break; } |