| Index: chrome/browser/profiles/profile_io_data.cc
 | 
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
 | 
| index 4e1f3b7b6ed0269ee520d52e0b5966a46671b02b..5e3185e0c413a8c6385dce78cbf8a84724858d83 100644
 | 
| --- a/chrome/browser/profiles/profile_io_data.cc
 | 
| +++ b/chrome/browser/profiles/profile_io_data.cc
 | 
| @@ -159,7 +159,7 @@ bool IsSupportedDevToolsURL(const GURL& url, base::FilePath* path) {
 | 
|  
 | 
|    if (!url.SchemeIs(content::kChromeDevToolsScheme) ||
 | 
|        url.host() != chrome::kChromeUIDevToolsHost ||
 | 
| -      !StartsWithASCII(url.path(), bundled_path_prefix, false)) {
 | 
| +      !base::StartsWithASCII(url.path(), bundled_path_prefix, false)) {
 | 
|      return false;
 | 
|    }
 | 
|  
 | 
| 
 |