Index: content/renderer/pepper/pepper_plugin_delegate_impl.cc |
diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.cc b/content/renderer/pepper/pepper_plugin_delegate_impl.cc |
index 58408375dd3a403da128703afd4eaa02c45d5d34..bc9fbf1e8618731f0e4d6dd33d8a1cd253c3272e 100644 |
--- a/content/renderer/pepper/pepper_plugin_delegate_impl.cc |
+++ b/content/renderer/pepper/pepper_plugin_delegate_impl.cc |
@@ -18,16 +18,16 @@ |
#include "base/strings/string_split.h" |
#include "base/sync_socket.h" |
#include "base/time.h" |
-#include "content/common/child_process.h" |
+#include "content/child/child_process.h" |
+#include "content/child/child_thread.h" |
+#include "content/child/fileapi/file_system_dispatcher.h" |
+#include "content/child/quota_dispatcher.h" |
#include "content/common/child_process_messages.h" |
-#include "content/common/child_thread.h" |
-#include "content/common/fileapi/file_system_dispatcher.h" |
#include "content/common/fileapi/file_system_messages.h" |
#include "content/common/gpu/client/context_provider_command_buffer.h" |
#include "content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h" |
#include "content/common/pepper_messages.h" |
#include "content/common/pepper_plugin_registry.h" |
-#include "content/common/quota_dispatcher.h" |
#include "content/common/sandbox_util.h" |
#include "content/common/view_messages.h" |
#include "content/public/common/content_switches.h" |