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

Unified Diff: net/cert/x509_certificate_net_log_param.h

Issue 2333923004: Extracting NetLog inner classes into their own classes. (Closed)
Patch Set: Some nit fixes and better, impl-agnostic naming of net_log_parameters_callback_typedef.h -> net/log… Created 4 years, 2 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
Index: net/cert/x509_certificate_net_log_param.h
diff --git a/net/cert/x509_certificate_net_log_param.h b/net/cert/x509_certificate_net_log_param.h
index 8f073b986295a704288eac708688039222720672..01b46f95b1554d58e17a23070f5f5daa3d4ccd89 100644
--- a/net/cert/x509_certificate_net_log_param.h
+++ b/net/cert/x509_certificate_net_log_param.h
@@ -7,10 +7,13 @@
#include <memory>
-#include "net/log/net_log.h"
+namespace base {
+class Value;
+}
namespace net {
+class NetLogCaptureMode;
class X509Certificate;
// Creates NetLog parameter to describe an X509Certificate.

Powered by Google App Engine
This is Rietveld 408576698