X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fbrowser%2Fstorage_partition_impl_map.cc;h=7fe79344be5a71f7a785ffaaebcac11a9f25a8ec;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=03fb3120392d843bb4954872f52e71c471b4f06f;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/browser/storage_partition_impl_map.cc b/src/content/browser/storage_partition_impl_map.cc index 03fb312..7fe7934 100644 --- a/src/content/browser/storage_partition_impl_map.cc +++ b/src/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));