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

Unified Diff: content/child/url_loader_client_impl_unittest.cc

Issue 2824193002: Enable use_once_callback for //content/common/*.mojom (Closed)
Patch Set: push_messaging fix 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: content/child/url_loader_client_impl_unittest.cc
diff --git a/content/child/url_loader_client_impl_unittest.cc b/content/child/url_loader_client_impl_unittest.cc
index 5db264a89a719bcf99e2d912fdd87c11fe0e0c8e..c65186c6a3aa21f72f53a8fe3012c1a647c65780 100644
--- a/content/child/url_loader_client_impl_unittest.cc
+++ b/content/child/url_loader_client_impl_unittest.cc
@@ -62,7 +62,7 @@ class URLLoaderClientImplTest : public ::testing::Test,
void SyncLoad(int32_t routing_id,
int32_t request_id,
const ResourceRequest& request,
- const SyncLoadCallback& callback) override {
+ SyncLoadCallback callback) override {
NOTREACHED();
}

Powered by Google App Engine
This is Rietveld 408576698