Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1577)

Unified Diff: chrome/browser/ui/search/new_tab_page_interceptor_browsertest.cc

Issue 2824363002: Rewrite base::Bind to base::BindOnce with base_bind_rewriters in //chrome/browser/ui (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_; }
« no previous file with comments | « chrome/browser/ui/prefs/prefs_tab_helper.cc ('k') | chrome/browser/ui/search/new_tab_page_interceptor_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698