| Index: chrome/browser/safe_browsing/download_protection_service.cc
|
| diff --git a/chrome/browser/safe_browsing/download_protection_service.cc b/chrome/browser/safe_browsing/download_protection_service.cc
|
| index 418385009c58ed7bdb56f91a7ff857b33f315226..a46d678d2ef4503a064d542e0749e370a1bc05a9 100644
|
| --- a/chrome/browser/safe_browsing/download_protection_service.cc
|
| +++ b/chrome/browser/safe_browsing/download_protection_service.cc
|
| @@ -32,8 +32,8 @@
|
| #include "google_apis/google_api_keys.h"
|
| #include "net/base/escape.h"
|
| #include "net/base/load_flags.h"
|
| -#include "net/base/x509_cert_types.h"
|
| -#include "net/base/x509_certificate.h"
|
| +#include "net/cert/x509_cert_types.h"
|
| +#include "net/cert/x509_certificate.h"
|
| #include "net/http/http_status_code.h"
|
| #include "net/url_request/url_fetcher.h"
|
| #include "net/url_request/url_fetcher_delegate.h"
|
|
|