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

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: Add header 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
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..76e06d2ddcd6232c8c4f9779c1f68205dbd0e68f 100644
--- a/ios/net/http_response_headers_util.h
+++ b/ios/net/http_response_headers_util.h
@@ -5,7 +5,8 @@
#ifndef IOS_NET_HTTP_RESPONSE_HEADERS_UTIL_H_
#define IOS_NET_HTTP_RESPONSE_HEADERS_UTIL_H_
-#include "base/memory/scoped_ptr.h"
+#include <memory>
noyau (Ping after 24h) 2016/04/07 13:34:05 Not needed.
+
#include "net/http/http_response_headers.h"
@class NSHTTPURLResponse;

Powered by Google App Engine
This is Rietveld 408576698