| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index c1a8d50cb2aa3363a09f5557752e37bd4f083153..1111ead3b6682f5ce841f305c849979a0a041609 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -92,7 +92,6 @@
|
| #include "chrome/common/render_messages.h"
|
| #include "chrome/common/spellcheck_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/file_system/browser_file_system_helper.h"
|
| #include "content/browser/host_zoom_map.h"
|
| @@ -101,6 +100,7 @@
|
| #include "content/browser/speech/speech_input_manager.h"
|
| #include "content/browser/ssl/ssl_host_state.h"
|
| #include "content/browser/user_metrics.h"
|
| +#include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "grit/browser_resources.h"
|
| #include "grit/locale_settings.h"
|
|
|