Index: net/disk_cache/simple/simple_entry_impl.h |
diff --git a/net/disk_cache/simple/simple_entry_impl.h b/net/disk_cache/simple/simple_entry_impl.h |
index 3a0317c0ddb4e753aaa40d0a2ec731fc669f688a..34f90925ebcac2c034ca626feb18a02ca90d649c 100644 |
--- a/net/disk_cache/simple/simple_entry_impl.h |
+++ b/net/disk_cache/simple/simple_entry_impl.h |
@@ -20,6 +20,7 @@ |
#include "net/disk_cache/simple/simple_entry_format.h" |
#include "net/disk_cache/simple/simple_entry_operation.h" |
#include "net/log/net_log.h" |
+#include "net/log/net_log_event_type.h" |
namespace base { |
class TaskRunner; |
@@ -226,7 +227,7 @@ class NET_EXPORT_PRIVATE SimpleEntryImpl : public Entry, |
const base::TimeTicks& start_time, |
std::unique_ptr<SimpleEntryCreationResults> in_results, |
Entry** out_entry, |
- net::NetLog::EventType end_event_type); |
+ net::NetLogEventType end_event_type); |
// Called after we've closed and written the EOF record to our entry. Until |
// this point it hasn't been safe to OpenEntry() the same entry, but from this |