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

Unified Diff: media/cast/test/utility/net_utility.cc

Issue 1893083002: Change scoped_ptr to std::unique_ptr in //net. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: scopedptr-net-all: iwyu 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 | « jingle/glue/proxy_resolving_client_socket.h ('k') | net/android/http_auth_negotiate_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/test/utility/net_utility.cc
diff --git a/media/cast/test/utility/net_utility.cc b/media/cast/test/utility/net_utility.cc
index 3fcc747d96fefb99187aa99cc426b8f33f1d0985..d3204c06be57b5df265dded85aecb8f1ca0469bb 100644
--- a/media/cast/test/utility/net_utility.cc
+++ b/media/cast/test/utility/net_utility.cc
@@ -4,6 +4,7 @@
#include "media/cast/test/utility/net_utility.h"
+#include "base/memory/scoped_ptr.h"
#include "net/base/ip_address.h"
#include "net/base/net_errors.h"
#include "net/udp/udp_server_socket.h"
« no previous file with comments | « jingle/glue/proxy_resolving_client_socket.h ('k') | net/android/http_auth_negotiate_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698