| 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..5d2893cd432b060d5789e1b95553d6aa08be38e6 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,7 +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() {
|
|
|