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

Unified Diff: ios/net/http_response_headers_util.mm

Issue 1477643002: Remove the TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03 macro. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@basepass
Patch Set: type-with-move: no-media Created 5 years 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
« no previous file with comments | « content/test/layouttest_support.cc ('k') | ios/web/net/cert_verifier_block_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/net/http_response_headers_util.mm
diff --git a/ios/net/http_response_headers_util.mm b/ios/net/http_response_headers_util.mm
index 64d86b5eaa8bdcd9232430a33ad01ce70682fc0b..5d6f716fee80c6c3bdab7671bb17bf62c0a791ae 100644
--- a/ios/net/http_response_headers_util.mm
+++ b/ios/net/http_response_headers_util.mm
@@ -40,7 +40,7 @@ scoped_refptr<HttpResponseHeaders> CreateHeadersFromNSHTTPURLResponse(
[NSString stringWithFormat:kHeaderLineFormat, header_name, value];
http_headers->AddHeader(base::SysNSStringToUTF8(header_line));
}];
- return http_headers.Pass();
+ return http_headers;
}
} // namespae net
« no previous file with comments | « content/test/layouttest_support.cc ('k') | ios/web/net/cert_verifier_block_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698