Index: chrome/browser/profiles/profile.cc |
=================================================================== |
--- chrome/browser/profiles/profile.cc (revision 87796) |
+++ chrome/browser/profiles/profile.cc (working copy) |
@@ -27,7 +27,6 @@ |
#include "chrome/browser/prefs/pref_service.h" |
#include "chrome/browser/profiles/off_the_record_profile_io_data.h" |
#include "chrome/browser/profiles/profile_dependency_manager.h" |
-#include "chrome/browser/ssl/ssl_host_state.h" |
#include "chrome/browser/sync/profile_sync_service.h" |
#include "chrome/browser/themes/theme_service.h" |
#include "chrome/browser/transport_security_persister.h" |
@@ -48,6 +47,7 @@ |
#include "content/browser/file_system/browser_file_system_helper.h" |
#include "content/browser/host_zoom_map.h" |
#include "content/browser/in_process_webkit/webkit_context.h" |
+#include "content/browser/ssl/ssl_host_state.h" |
#include "content/common/notification_service.h" |
#include "grit/locale_settings.h" |
#include "net/base/transport_security_state.h" |