| 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 03fb3120392d843bb4954872f52e71c471b4f06f..7fe79344be5a71f7a785ffaaebcac11a9f25a8ec 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));
 | 
| 
 |