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

Unified Diff: net/net.gypi

Issue 1084533002: Rename NetLogLogger and CapturingNetLog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename NetLogLogger and CapturingNetLog(removed compiler error for chromeOS) 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 | « net/net.gyp ('k') | net/proxy/multi_threaded_proxy_resolver_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index cbdc7e4e844335debeb98fe3cec703e167d72007..8faf632152f4637b484329f522dea07ed4a3efdf 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -479,8 +479,8 @@
'disk_cache/simple/simple_entry_impl.h',
'disk_cache/simple/simple_entry_operation.cc',
'disk_cache/simple/simple_entry_operation.h',
- 'log/net_log_logger.cc',
- 'log/net_log_logger.h',
+ 'log/write_to_file_net_log_observer.cc',
+ 'log/write_to_file_net_log_observer.h',
'log/net_log_util.cc',
'log/net_log_util.h',
'log/trace_net_log_observer.cc',
@@ -1434,7 +1434,7 @@
'http/transport_security_persister_unittest.cc',
'http/transport_security_state_unittest.cc',
'http/url_security_manager_unittest.cc',
- 'log/net_log_logger_unittest.cc',
+ 'log/write_to_file_net_log_observer_unittest.cc',
'log/net_log_unittest.cc',
'log/net_log_unittest.h',
'log/net_log_util_unittest.cc',
« no previous file with comments | « net/net.gyp ('k') | net/proxy/multi_threaded_proxy_resolver_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698