| Index: chrome/browser/profiles/profile_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
|
| index e8afc1df863fbeb035158d5082bb39e45a1457a6..384ae0faa36ee14d0ab3f2ba291b2f1e54e0f9c1 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -29,7 +29,6 @@
|
| #include "components/prefs/pref_member.h"
|
| #include "content/public/browser/content_browser_client.h"
|
| #include "content/public/browser/resource_context.h"
|
| -#include "net/cert/ct_verifier.h"
|
| #include "net/cookies/cookie_monster.h"
|
| #include "net/http/http_cache.h"
|
| #include "net/http/http_network_session.h"
|
| @@ -75,6 +74,7 @@ namespace net {
|
| class CertVerifier;
|
| class ChannelIDService;
|
| class CookieStore;
|
| +class CTVerifier;
|
| class FtpTransactionFactory;
|
| class HttpServerProperties;
|
| class HttpTransactionFactory;
|
|
|