summaryrefslogtreecommitdiffstats
path: root/content/shell/browser/shell_net_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/browser/shell_net_log.h')
-rw-r--r--content/shell/browser/shell_net_log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/shell/browser/shell_net_log.h b/content/shell/browser/shell_net_log.h
index d7e8cf4..8a74e3d 100644
--- a/content/shell/browser/shell_net_log.h
+++ b/content/shell/browser/shell_net_log.h
@@ -8,7 +8,7 @@
#include <string>
#include "base/memory/scoped_ptr.h"
-#include "net/log/net_log_logger.h"
+#include "net/log/write_to_file_net_log_observer.h"
namespace content {
@@ -18,7 +18,7 @@ class ShellNetLog : public net::NetLog {
~ShellNetLog() override;
private:
- scoped_ptr<net::NetLogLogger> net_log_logger_;
+ scoped_ptr<net::WriteToFileNetLogObserver> net_log_logger_;
DISALLOW_COPY_AND_ASSIGN(ShellNetLog);
};