| Index: chrome_frame/navigation_constraints.cc
|
| diff --git a/chrome_frame/navigation_constraints.cc b/chrome_frame/navigation_constraints.cc
|
| index 18d8d9d098163f9aa0a2a7c04457bb4b087ca0c9..ddb21e37f380a69a3df1e4635a0a880373f628a3 100644
|
| --- a/chrome_frame/navigation_constraints.cc
|
| +++ b/chrome_frame/navigation_constraints.cc
|
| @@ -66,7 +66,7 @@ bool NavigationConstraintsImpl::IsZoneAllowed(const GURL& url) {
|
| return true;
|
| }
|
| DWORD zone = URLZONE_INVALID;
|
| - std::wstring unicode_url = UTF8ToWide(url.spec());
|
| + std::wstring unicode_url = base::UTF8ToWide(url.spec());
|
| security_manager_->MapUrlToZone(unicode_url.c_str(), &zone, 0);
|
| if (zone == URLZONE_UNTRUSTED) {
|
| DLOG(WARNING) << __FUNCTION__
|
|
|