summaryrefslogtreecommitdiffstats
path: root/net/base/net_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/net_log.h')
-rw-r--r--net/base/net_log.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/base/net_log.h b/net/base/net_log.h
index 2f82ed4..266b93a 100644
--- a/net/base/net_log.h
+++ b/net/base/net_log.h
@@ -10,11 +10,13 @@
#include "base/basictypes.h"
#include "base/ref_counted.h"
-#include "base/scoped_ptr.h"
-#include "base/time.h"
class Value;
+namespace base {
+class TimeTicks;
+}
+
namespace net {
// NetLog is the destination for log messages generated by the network stack.