| Index: chrome/browser/sync/test/integration/extensions_helper.cc
 | 
| diff --git a/chrome/browser/sync/test/integration/extensions_helper.cc b/chrome/browser/sync/test/integration/extensions_helper.cc
 | 
| index 9c233748283fccf549238e05f92c53cd6cdc7706..4448958560587b5706b4bae33fafb99d650c7197 100644
 | 
| --- a/chrome/browser/sync/test/integration/extensions_helper.cc
 | 
| +++ b/chrome/browser/sync/test/integration/extensions_helper.cc
 | 
| @@ -124,7 +124,7 @@ std::string CreateFakeExtensionName(int index) {
 | 
|  }
 | 
|  
 | 
|  bool ExtensionNameToIndex(const std::string& name, int* index) {
 | 
| -  if (!StartsWithASCII(name, extension_name_prefix, true) ||
 | 
| +  if (!base::StartsWithASCII(name, extension_name_prefix, true) ||
 | 
|        !base::StringToInt(name.substr(strlen(extension_name_prefix)), index)) {
 | 
|      LOG(WARNING) << "Unable to convert extension name \"" << name
 | 
|                   << "\" to index";
 | 
| 
 |