| Index: chrome/browser/chromeos/drive/file_system_util.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system_util.cc b/chrome/browser/chromeos/drive/file_system_util.cc
|
| index f8ca3b36647fcb8402807d3b87cc1449547f1675..f2d4a46e8b26654b57096509820be802091114ce 100644
|
| --- a/chrome/browser/chromeos/drive/file_system_util.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system_util.cc
|
| @@ -299,7 +299,7 @@ std::string UnescapeCacheFileName(const std::string& filename) {
|
| }
|
|
|
| std::string NormalizeFileName(const std::string& input) {
|
| - DCHECK(IsStringUTF8(input));
|
| + DCHECK(base::IsStringUTF8(input));
|
|
|
| std::string output;
|
| if (!base::ConvertToUtf8AndNormalize(input, base::kCodepageUTF8, &output))
|
|
|