| Index: chrome/browser/browsing_data/browsing_data_remover_browsertest.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_remover_browsertest.cc b/chrome/browser/browsing_data/browsing_data_remover_browsertest.cc
|
| index 76246c938034c160719650570ca983f0d185f21d..110c28bae8045167728511c08c0567f1bd9902b9 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover_browsertest.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover_browsertest.cc
|
| @@ -29,8 +29,8 @@ using content::BrowserThread;
|
|
|
| namespace {
|
| void SetUrlRequestMock(const base::FilePath& path) {
|
| - net::URLRequestMockHTTPJob::AddUrlHandler(path,
|
| - BrowserThread::GetBlockingPool());
|
| + net::URLRequestMockHTTPJob::AddUrlHandlers(path,
|
| + BrowserThread::GetBlockingPool());
|
| }
|
| }
|
|
|
|
|