Index: content/shell/browser/shell_net_log.h |
diff --git a/content/shell/browser/shell_net_log.h b/content/shell/browser/shell_net_log.h |
index 8a74e3dae838baf0493d703f2bd6600ce81860c3..58edf1f1dff32c75ef39c303b9ba6f7dc06edbaf 100644 |
--- a/content/shell/browser/shell_net_log.h |
+++ b/content/shell/browser/shell_net_log.h |
@@ -18,7 +18,7 @@ class ShellNetLog : public net::NetLog { |
~ShellNetLog() override; |
private: |
- scoped_ptr<net::WriteToFileNetLogObserver> net_log_logger_; |
+ scoped_ptr<net::WriteToFileNetLogObserver> write_to_file_observer_; |
DISALLOW_COPY_AND_ASSIGN(ShellNetLog); |
}; |