summaryrefslogtreecommitdiffstats
path: root/net/base/net_log.h
diff options
context:
space:
mode:
authorerg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-14 18:58:17 +0000
committererg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-14 18:58:17 +0000
commit8efa6801b4ee41ab37d2b65fbd823fba242e1adb (patch)
treebbe71d222b2e2c60a307e5f147af6011b0e6b021 /net/base/net_log.h
parentf56e69453eced97f31dc23bc72ae883f9e260eee (diff)
downloadchromium_src-8efa6801b4ee41ab37d2b65fbd823fba242e1adb.zip
chromium_src-8efa6801b4ee41ab37d2b65fbd823fba242e1adb.tar.gz
chromium_src-8efa6801b4ee41ab37d2b65fbd823fba242e1adb.tar.bz2
Revert everything related to the relanding.
Review URL: http://codereview.chromium.org/2982009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52367 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/net_log.h')
-rw-r--r--net/base/net_log.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/base/net_log.h b/net/base/net_log.h
index 266b93a..2f82ed4 100644
--- a/net/base/net_log.h
+++ b/net/base/net_log.h
@@ -10,13 +10,11 @@
#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.