Index: content/renderer/plugin_channel_host.cc |
diff --git a/content/renderer/plugin_channel_host.cc b/content/renderer/plugin_channel_host.cc |
index f9b182913308637d6eca298da9748cbd22139d52..b49b093380084c63a5d082dc36c4c6fe56c11e3a 100644 |
--- a/content/renderer/plugin_channel_host.cc |
+++ b/content/renderer/plugin_channel_host.cc |
@@ -7,8 +7,8 @@ |
#include "base/metrics/histogram.h" |
#include "base/time.h" |
#include "content/common/child_process.h" |
-#include "content/common/npobject_base.h" |
-#include "content/common/plugin_messages.h" |
+#include "content/common_child/npobject_base.h" |
+#include "content/common_child/plugin_messages.h" |
#if defined(OS_POSIX) |
#include "ipc/ipc_channel_posix.h" |