Index: services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_apptest.cc |
diff --git a/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_apptest.cc b/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_apptest.cc |
index ffa64a44ef0dfb19f638797897390841c8d42686..25c737f2edc73d422d9770571bb95a356e9046c8 100644 |
--- a/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_apptest.cc |
+++ b/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor_apptest.cc |
@@ -310,7 +310,7 @@ class AuthenticatingURLLoaderInterceptorAppTest |
}); |
loop.Run(); |
} |
- return response.Pass(); |
+ return response; |
} |
template <class I> |