diff options
Diffstat (limited to 'chrome/browser/in_process_webkit')
3 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc b/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc index fb7bb90..e0e01a3 100644 --- a/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc +++ b/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc @@ -9,7 +9,7 @@ #include "chrome/browser/browser_thread.h" #include "chrome/browser/content_settings/host_content_settings_map.h" #include "chrome/browser/in_process_webkit/indexed_db_callbacks.h" -#include "chrome/browser/profile.h" +#include "chrome/browser/profiles/profile.h" #include "chrome/browser/renderer_host/browser_render_process_host.h" #include "chrome/browser/renderer_host/render_view_host_notification_task.h" #include "chrome/browser/renderer_host/resource_message_filter.h" diff --git a/chrome/browser/in_process_webkit/session_storage_namespace.cc b/chrome/browser/in_process_webkit/session_storage_namespace.cc index cfa2a5a..98cc5e9 100644 --- a/chrome/browser/in_process_webkit/session_storage_namespace.cc +++ b/chrome/browser/in_process_webkit/session_storage_namespace.cc @@ -6,7 +6,7 @@ #include "chrome/browser/in_process_webkit/dom_storage_context.h" #include "chrome/browser/in_process_webkit/webkit_context.h" -#include "chrome/browser/profile.h" +#include "chrome/browser/profiles/profile.h" SessionStorageNamespace::SessionStorageNamespace(Profile* profile) : webkit_context_(profile->GetWebKitContext()), diff --git a/chrome/browser/in_process_webkit/webkit_context.cc b/chrome/browser/in_process_webkit/webkit_context.cc index 0f3c397..5022ad5 100644 --- a/chrome/browser/in_process_webkit/webkit_context.cc +++ b/chrome/browser/in_process_webkit/webkit_context.cc @@ -6,7 +6,7 @@ #include "base/command_line.h" #include "chrome/browser/browser_thread.h" -#include "chrome/browser/profile.h" +#include "chrome/browser/profiles/profile.h" #include "chrome/common/chrome_switches.h" WebKitContext::WebKitContext(Profile* profile, bool clear_local_state_on_exit) |