| Index: chrome/browser/profiles/profile.cc | 
| =================================================================== | 
| --- chrome/browser/profiles/profile.cc	(revision 122721) | 
| +++ chrome/browser/profiles/profile.cc	(working copy) | 
| @@ -44,17 +44,12 @@ | 
| #include "chrome/common/json_pref_store.h" | 
| #include "chrome/common/pref_names.h" | 
| #include "chrome/common/render_messages.h" | 
| -#include "content/browser/appcache/chrome_appcache_service.h" | 
| -#include "content/browser/chrome_blob_storage_context.h" | 
| -#include "content/browser/file_system/browser_file_system_helper.h" | 
| #include "content/browser/in_process_webkit/webkit_context.h" | 
| #include "content/public/browser/browser_thread.h" | 
| #include "content/public/browser/download_manager.h" | 
| #include "content/public/browser/web_contents.h" | 
| #include "content/public/browser/web_ui.h" | 
| #include "ui/base/resource/resource_bundle.h" | 
| -#include "webkit/database/database_tracker.h" | 
| -#include "webkit/quota/quota_manager.h" | 
|  | 
| #if defined(TOOLKIT_USES_GTK) | 
| #include "chrome/browser/ui/gtk/gtk_theme_service.h" | 
|  |