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

Unified Diff: net/base/net_log_logger.h

Issue 574433002: Make the net logging code more compact. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Net logger, addressed nit. Created 6 years, 3 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 | « no previous file | net/base/net_log_logger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_log_logger.h
diff --git a/net/base/net_log_logger.h b/net/base/net_log_logger.h
index 3d53f3910d92e857f3948e2d724985b8110a1c9f..fde820bd6cd8ee801393c8c13c655760a33ecc0b 100644
--- a/net/base/net_log_logger.h
+++ b/net/base/net_log_logger.h
@@ -8,6 +8,7 @@
#include <stdio.h>
#include "base/files/scoped_file.h"
+#include "base/macros.h"
#include "net/base/net_log.h"
namespace base {
« no previous file with comments | « no previous file | net/base/net_log_logger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698