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

Unified Diff: chrome/browser/certificate_viewer.cc

Issue 13006020: net: extract net/cert out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
« no previous file with comments | « chrome/browser/certificate_manager_model.cc ('k') | chrome/browser/chromeos/cros/cert_library.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/certificate_viewer.cc
diff --git a/chrome/browser/certificate_viewer.cc b/chrome/browser/certificate_viewer.cc
index c8e9fd99bfc85bca003ff8bff58df19af4a00308..38d502d9738ebf53ff3237100dd11d208da6d27b 100644
--- a/chrome/browser/certificate_viewer.cc
+++ b/chrome/browser/certificate_viewer.cc
@@ -5,7 +5,7 @@
#include "chrome/browser/certificate_viewer.h"
#include "content/public/browser/cert_store.h"
-#include "net/base/x509_certificate.h"
+#include "net/cert/x509_certificate.h"
void ShowCertificateViewerByID(content::WebContents* web_contents,
gfx::NativeWindow parent,
« no previous file with comments | « chrome/browser/certificate_manager_model.cc ('k') | chrome/browser/chromeos/cros/cert_library.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698