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

Unified Diff: net/log/test_net_log.cc

Issue 2315613002: Extracted NetLog class's inner enum types into their own enum classes and (Closed)
Patch Set: Ran "git cl format" on code. Much formatting ensued. Created 4 years, 3 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.cc ('k') | net/log/test_net_log_entry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/log/test_net_log.cc
diff --git a/net/log/test_net_log.cc b/net/log/test_net_log.cc
index 3287cf0a9d4d53bf5827979e72c212eec8c174a2..1fc5a8b47a6b93c97d45a89073516fb002859d56 100644
--- a/net/log/test_net_log.cc
+++ b/net/log/test_net_log.cc
@@ -7,6 +7,7 @@
#include "base/macros.h"
#include "base/synchronization/lock.h"
#include "base/values.h"
+#include "net/log/net_log_source_type.h"
namespace net {
@@ -103,8 +104,7 @@ NetLog::ThreadSafeObserver* TestNetLog::GetObserver() const {
}
BoundTestNetLog::BoundTestNetLog()
- : net_log_(BoundNetLog::Make(&test_net_log_, NetLog::SOURCE_NONE)) {
-}
+ : net_log_(BoundNetLog::Make(&test_net_log_, NetLogSourceType::NONE)) {}
BoundTestNetLog::~BoundTestNetLog() {
}
« no previous file with comments | « net/log/net_log_util.cc ('k') | net/log/test_net_log_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698