| Index: chrome/browser/ui/search/new_tab_page_interceptor_browsertest.cc
|
| diff --git a/chrome/browser/ui/search/new_tab_page_interceptor_browsertest.cc b/chrome/browser/ui/search/new_tab_page_interceptor_browsertest.cc
|
| index f9bc37c84dc277d3d39c568a1ea0239bf3df0321..8804ad39f3c4942780ef9bd1049fe934d8a8bdff 100644
|
| --- a/chrome/browser/ui/search/new_tab_page_interceptor_browsertest.cc
|
| +++ b/chrome/browser/ui/search/new_tab_page_interceptor_browsertest.cc
|
| @@ -42,7 +42,7 @@ class NewTabPageInterceptorTest : public InProcessBrowserTest {
|
| void SetUpOnMainThread() override {
|
| path_ = ui_test_utils::GetTestFilePath(base::FilePath(), base::FilePath());
|
| BrowserThread::PostTask(BrowserThread::IO, FROM_HERE,
|
| - base::Bind(&SetUrlRequestMock, path_));
|
| + base::BindOnce(&SetUrlRequestMock, path_));
|
| }
|
|
|
| const GURL& new_tab_url() const { return new_tab_url_; }
|
|
|