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

Unified Diff: net/log/test_net_log.h

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 | « net/log/net_log_util_unittest.cc ('k') | net/log/test_net_log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/log/test_net_log.h
diff --git a/net/log/test_net_log.h b/net/log/test_net_log.h
index 3605a9c89e7a940d67f76bde235a6fb93261cbc0..6190ab873c58ec95ca91e06e7be91ee22c2c30af 100644
--- a/net/log/test_net_log.h
+++ b/net/log/test_net_log.h
@@ -43,7 +43,7 @@ class TestNetLog : public NetLog {
// The underlying observer class that does all the work.
class Observer;
- scoped_ptr<Observer> observer_;
+ std::unique_ptr<Observer> observer_;
DISALLOW_COPY_AND_ASSIGN(TestNetLog);
};
« no previous file with comments | « net/log/net_log_util_unittest.cc ('k') | net/log/test_net_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698