Index: content/shell/shell_browser_context.cc |
diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc |
index 561382e539bbe70b325a715a0bd63b771007ad83..94ab2f1e458a217cdf249120ffcbf200c96a1484 100644 |
--- a/content/shell/shell_browser_context.cc |
+++ b/content/shell/shell_browser_context.cc |
@@ -8,7 +8,6 @@ |
#include "base/logging.h" |
#include "base/path_service.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/download/download_status_updater.h" |
@@ -16,8 +15,9 @@ |
#include "content/browser/geolocation/geolocation_permission_context.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/browser/speech/speech_input_preferences.h" |
+#include "content/browser/ssl/ssl_host_state.h" |
+#include "content/public/browser/browser_thread.h" |
#include "content/shell/shell_browser_main.h" |
#include "content/shell/shell_download_manager_delegate.h" |
#include "content/shell/shell_resource_context.h" |