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

Unified Diff: ios/net/http_response_headers_util.h

Issue 1861593005: Convert //ios from scoped_ptr to std::unique_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase? Created 4 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
« no previous file with comments | « ios/net/http_cache_helper.cc ('k') | ios/net/protocol_handler_util_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/net/http_response_headers_util.h
diff --git a/ios/net/http_response_headers_util.h b/ios/net/http_response_headers_util.h
index 4bc00199b5f987fb342795438369fa209a8ce4ec..34b5b26c731912ea094b412afd1b735432547e09 100644
--- a/ios/net/http_response_headers_util.h
+++ b/ios/net/http_response_headers_util.h
@@ -5,7 +5,6 @@
#ifndef IOS_NET_HTTP_RESPONSE_HEADERS_UTIL_H_
#define IOS_NET_HTTP_RESPONSE_HEADERS_UTIL_H_
-#include "base/memory/scoped_ptr.h"
#include "net/http/http_response_headers.h"
@class NSHTTPURLResponse;
« no previous file with comments | « ios/net/http_cache_helper.cc ('k') | ios/net/protocol_handler_util_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698