Index: services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor.cc |
diff --git a/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor.cc b/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor.cc |
index 18e2d2f41fa08699353711e37db19be4c965a36f..de0646d5be93edc6ecfec483ec7a9ff8c5dcd422 100644 |
--- a/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor.cc |
+++ b/services/authenticating_url_loader_interceptor/authenticating_url_loader_interceptor.cc |
@@ -185,7 +185,7 @@ URLRequestPtr AuthenticatingURLLoaderInterceptor::BuildRequest( |
request->cache_mode = cache_mode_; |
request->headers = headers.Pass(); |
- return request.Pass(); |
+ return request; |
} |
void AuthenticatingURLLoaderInterceptor::StartRequest( |