| Index: content/common/appcache_interfaces.cc
|
| diff --git a/content/common/appcache_interfaces.cc b/content/common/appcache_interfaces.cc
|
| index 7f3f547139d920cedbc738c1999d764ba5cbe6c6..c2c619249e976a941c80033a0adb1809e6311d3d 100644
|
| --- a/content/common/appcache_interfaces.cc
|
| +++ b/content/common/appcache_interfaces.cc
|
| @@ -107,7 +107,7 @@ bool AppCacheNamespace::IsMatch(const GURL& url) const {
|
| ReplaceSubstringsAfterOffset(&pattern, 0, "?", "\\?");
|
| return MatchPattern(url.spec(), pattern);
|
| }
|
| - return StartsWithASCII(url.spec(), namespace_url.spec(), true);
|
| + return base::StartsWithASCII(url.spec(), namespace_url.spec(), true);
|
| }
|
|
|
| bool IsSchemeSupportedForAppCache(const GURL& url) {
|
|
|