Index: chrome/browser/profiles/profile.cc |
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc |
index 0d967822614a328d671dbeebe8db3a00eb5072a9..cc7c4d7b327d4b8ac39637a0b9627b42f9ebdca0 100644 |
--- a/chrome/browser/profiles/profile.cc |
+++ b/chrome/browser/profiles/profile.cc |
@@ -20,7 +20,6 @@ |
#include "chrome/browser/browser_process.h" |
#include "chrome/browser/browser_thread.h" |
#include "chrome/browser/chrome_blob_storage_context.h" |
-#include "chrome/browser/dom_ui/chrome_url_data_manager.h" |
#include "chrome/browser/content_settings/host_content_settings_map.h" |
#include "chrome/browser/download/download_manager.h" |
#include "chrome/browser/extensions/extension_message_service.h" |
@@ -37,6 +36,7 @@ |
#include "chrome/browser/sync/profile_sync_service.h" |
#include "chrome/browser/themes/browser_theme_provider.h" |
#include "chrome/browser/ui/find_bar/find_bar_state.h" |
+#include "chrome/browser/webui/chrome_url_data_manager.h" |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_paths.h" |
#include "chrome/common/chrome_switches.h" |