From 6e7845aed4759ab35d722ce0551b5a90d21e7640 Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Fri, 29 Mar 2013 21:48:11 +0000 Subject: net: extract net/cert out of net/base This introduces the following dependency of net/base on things outside: net/base/openssl_client_key_store.cc:#include "net/cert/x509_certificate.h" BUG=70818 Review URL: https://codereview.chromium.org/13006020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191450 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/cert_store_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/browser/cert_store_impl.h') diff --git a/content/browser/cert_store_impl.h b/content/browser/cert_store_impl.h index 5c13fa3..8a326e9 100644 --- a/content/browser/cert_store_impl.h +++ b/content/browser/cert_store_impl.h @@ -12,7 +12,7 @@ #include "content/public/browser/cert_store.h" #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" -#include "net/base/x509_certificate.h" +#include "net/cert/x509_certificate.h" namespace content { -- cgit v1.1