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

Unified Diff: content/common/ssl_status_serialization.h

Issue 1772603002: Addition of Certificate Transparency details to Security panel of DevTools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: content/common/ssl_status_serialization.h
diff --git a/content/common/ssl_status_serialization.h b/content/common/ssl_status_serialization.h
index ed4062377a5de0ed95e8906d4e6247e7d6ca3f1e..0e8add48e8445aa1680a4bc26b95e412e7c3c97f 100644
--- a/content/common/ssl_status_serialization.h
+++ b/content/common/ssl_status_serialization.h
@@ -10,6 +10,7 @@
#include "base/compiler_specific.h"
#include "content/common/content_export.h"
#include "content/public/common/ssl_status.h"
+#include "net/cert/signed_certificate_timestamp.h"
Eran Messeri 2016/03/09 20:58:47 Not sure ,why the include if you're not using it?
dwaxweiler 2016/03/10 11:02:28 Acknowledged.
namespace content {

Powered by Google App Engine
This is Rietveld 408576698