Index: content/browser/storage_partition_impl_map.cc |
diff --git a/content/browser/storage_partition_impl_map.cc b/content/browser/storage_partition_impl_map.cc |
index 66703f3670d35d608069d3806e329f082c8f13c5..6bb6cb715ca27553284477699d7c1b81085b0663 100644 |
--- a/content/browser/storage_partition_impl_map.cc |
+++ b/content/browser/storage_partition_impl_map.cc |
@@ -159,7 +159,7 @@ const int kAllFileTypes = base::FileEnumerator::FILES | |
base::FilePath GetStoragePartitionDomainPath( |
const std::string& partition_domain) { |
- CHECK(IsStringUTF8(partition_domain)); |
+ CHECK(base::IsStringUTF8(partition_domain)); |
return base::FilePath(kStoragePartitionDirname).Append(kExtensionsDirname) |
.Append(base::FilePath::FromUTF8Unsafe(partition_domain)); |