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

Unified Diff: net/log/test_net_log_entry.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/test_net_log_entry.h ('k') | net/log/test_net_log_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/log/test_net_log_entry.cc
diff --git a/net/log/test_net_log_entry.cc b/net/log/test_net_log_entry.cc
index be2267182728b626aea15aa26dc63fd8f6f8ecec..256d133a134aafd2e3eb02cc73ef77f1a66079e9 100644
--- a/net/log/test_net_log_entry.cc
+++ b/net/log/test_net_log_entry.cc
@@ -12,10 +12,10 @@
namespace net {
-TestNetLogEntry::TestNetLogEntry(NetLog::EventType type,
+TestNetLogEntry::TestNetLogEntry(NetLogEventType type,
const base::TimeTicks& time,
NetLog::Source source,
- NetLog::EventPhase phase,
+ NetLogEventPhase phase,
std::unique_ptr<base::DictionaryValue> params)
: type(type),
time(time),
« no previous file with comments | « net/log/test_net_log_entry.h ('k') | net/log/test_net_log_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698