Index: chrome/browser/profiles/profile.cc |
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc |
index b55c59c2ecab39d20618a63fb4f27be3ba304105..f6c93d4b2beaf257e2afa0fcd955349cbf491bb6 100644 |
--- a/chrome/browser/profiles/profile.cc |
+++ b/chrome/browser/profiles/profile.cc |
@@ -45,7 +45,6 @@ |
#include "chrome/common/pref_names.h" |
#include "chrome/common/render_messages.h" |
#include "content/browser/appcache/chrome_appcache_service.h" |
-#include "content/browser/browser_thread.h" |
#include "content/browser/chrome_blob_storage_context.h" |
#include "content/browser/download/download_manager.h" |
#include "content/browser/file_system/browser_file_system_helper.h" |
@@ -54,6 +53,7 @@ |
#include "content/browser/ssl/ssl_host_state.h" |
#include "content/browser/tab_contents/tab_contents.h" |
#include "content/browser/webui/web_ui.h" |
+#include "content/public/browser/browser_thread.h" |
#include "grit/locale_settings.h" |
#include "ui/base/resource/resource_bundle.h" |
#include "webkit/database/database_tracker.h" |