| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index 13fb35ff5d89a812f9dc7beb9b63b6fea5177bc0..e9ee398c26c12c68114deba68b331db5f509efc6 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -32,7 +32,6 @@
|
| #include "chrome/browser/profiles/profile_dependency_manager.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/themes/theme_service.h"
|
| -#include "chrome/browser/transport_security_persister.h"
|
| #include "chrome/browser/ui/browser_list.h"
|
| #include "chrome/browser/ui/find_bar/find_bar_state.h"
|
| #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
|
| @@ -57,7 +56,6 @@
|
| #include "content/browser/webui/web_ui.h"
|
| #include "content/common/notification_service.h"
|
| #include "grit/locale_settings.h"
|
| -#include "net/base/transport_security_state.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "webkit/database/database_tracker.h"
|
| #include "webkit/quota/quota_manager.h"
|
|
|