diff options
Diffstat (limited to 'chrome/browser/google/google_brand_chromeos.cc')
| -rw-r--r-- | chrome/browser/google/google_brand_chromeos.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/google/google_brand_chromeos.cc b/chrome/browser/google/google_brand_chromeos.cc index 8ccec25..ddde682 100644 --- a/chrome/browser/google/google_brand_chromeos.cc +++ b/chrome/browser/google/google_brand_chromeos.cc @@ -31,7 +31,7 @@ std::string ReadBrandFromFile() { base::FilePath brand_file_path(kRLZBrandFilePath); if (!base::ReadFileToString(brand_file_path, &brand)) LOG(WARNING) << "Brand code file missing: " << brand_file_path.value(); - base::TrimWhitespace(brand, base::TRIM_ALL, &brand); + base::TrimWhitespaceASCII(brand, base::TRIM_ALL, &brand); return brand; } |
