| Index: chrome/browser/ssl/ssl_blocking_page.cc
|
| ===================================================================
|
| --- chrome/browser/ssl/ssl_blocking_page.cc (revision 126145)
|
| +++ chrome/browser/ssl/ssl_blocking_page.cc (working copy)
|
| @@ -13,7 +13,7 @@
|
| #include "chrome/browser/renderer_preferences_util.h"
|
| #include "chrome/browser/ssl/ssl_error_info.h"
|
| #include "chrome/common/jstemplate_builder.h"
|
| -#include "content/browser/cert_store.h"
|
| +#include "content/public/browser/cert_store.h"
|
| #include "content/public/browser/interstitial_page.h"
|
| #include "content/public/browser/navigation_controller.h"
|
| #include "content/public/browser/navigation_entry.h"
|
| @@ -122,7 +122,7 @@
|
| }
|
|
|
| void SSLBlockingPage::OverrideEntry(NavigationEntry* entry) {
|
| - int cert_id = CertStore::GetInstance()->StoreCert(
|
| + int cert_id = content::CertStore::GetInstance()->StoreCert(
|
| ssl_info_.cert, web_contents_->GetRenderProcessHost()->GetID());
|
|
|
| entry->GetSSL().security_style =
|
|
|