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

Unified Diff: chrome/browser/google/google_util.cc

Issue 12315071: Revert 184352 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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/google/google_util.cc
===================================================================
--- chrome/browser/google/google_util.cc (revision 184354)
+++ chrome/browser/google/google_util.cc (working copy)
@@ -120,7 +120,7 @@
string16 brand16;
bool ret = GoogleUpdateSettings::GetBrand(&brand16);
if (ret)
- brand->assign(base::WideToASCII(brand16));
+ brand->assign(WideToASCII(brand16));
return ret;
}
@@ -128,7 +128,7 @@
string16 brand16;
bool ret = GoogleUpdateSettings::GetReactivationBrand(&brand16);
if (ret)
- brand->assign(base::WideToASCII(brand16));
+ brand->assign(WideToASCII(brand16));
return ret;
}
« no previous file with comments | « chrome/browser/google/google_update_settings_posix.cc ('k') | chrome/browser/google_apis/gdata_wapi_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698