Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2991)

Unified Diff: content/shell/browser/shell_net_log.h

Issue 1079163007: net_log_logger_ replaced with write_to_file_observer_ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: net_log_logger_ replaced with write_to_file_observer_ Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/cronet/android/url_request_context_adapter.cc ('k') | content/shell/browser/shell_net_log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « components/cronet/android/url_request_context_adapter.cc ('k') | content/shell/browser/shell_net_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698