diff options
Diffstat (limited to 'content/common/child_thread.cc')
-rw-r--r-- | content/common/child_thread.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/common/child_thread.cc b/content/common/child_thread.cc index 39a2a4f..c4061b3 100644 --- a/content/common/child_thread.cc +++ b/content/common/child_thread.cc @@ -13,15 +13,15 @@ #include "content/common/child_process.h" #include "content/common/child_process_messages.h" #include "content/common/child_trace_message_filter.h" -#include "content/common/file_system/file_system_dispatcher.h" +#include "content/common/fileapi/file_system_dispatcher.h" #include "content/common/quota_dispatcher.h" #include "content/common/resource_dispatcher.h" #include "content/common/socket_stream_dispatcher.h" #include "content/public/common/content_switches.h" #include "ipc/ipc_logging.h" +#include "ipc/ipc_switches.h" #include "ipc/ipc_sync_channel.h" #include "ipc/ipc_sync_message_filter.h" -#include "ipc/ipc_switches.h" #include "webkit/glue/webkit_glue.h" #if defined(OS_WIN) |