| Index: chrome/browser/media/webrtc_browsertest_common.cc
 | 
| diff --git a/chrome/browser/media/webrtc_browsertest_common.cc b/chrome/browser/media/webrtc_browsertest_common.cc
 | 
| index 635b8182678ebc4973602f7a0e33e2a45ef2ebbb..61f967e29b08804ddae1a01dc877776a47c251cf 100644
 | 
| --- a/chrome/browser/media/webrtc_browsertest_common.cc
 | 
| +++ b/chrome/browser/media/webrtc_browsertest_common.cc
 | 
| @@ -40,7 +40,7 @@ static const char kAdviseOnGclientSolution[] =
 | 
|  const int kDefaultPollIntervalMsec = 250;
 | 
|  
 | 
|  bool IsErrorResult(const std::string& result) {
 | 
| -  return StartsWithASCII(result, "failed-", false);
 | 
| +  return base::StartsWithASCII(result, "failed-", false);
 | 
|  }
 | 
|  
 | 
|  base::FilePath GetReferenceFilesDir() {
 | 
| 
 |