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

Unified Diff: net/base/net_log_unittest.cc

Issue 10546071: CapturingNetLog - remove maximum entries constructor argument. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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: net/base/net_log_unittest.cc
===================================================================
--- net/base/net_log_unittest.cc (revision 140196)
+++ net/base/net_log_unittest.cc (working copy)
@@ -13,7 +13,7 @@
namespace {
TEST(NetLog, ScopedNetLogEventTest) {
- CapturingNetLog log(CapturingNetLog::kUnbounded);
+ CapturingNetLog log;
BoundNetLog net_log(BoundNetLog::Make(&log, NetLog::SOURCE_URL_REQUEST));
scoped_ptr<ScopedNetLogEvent> net_log_event(

Powered by Google App Engine
This is Rietveld 408576698