| Index: chrome/plugin/plugin_channel_base.cc
|
| diff --git a/chrome/plugin/plugin_channel_base.cc b/chrome/plugin/plugin_channel_base.cc
|
| index c05321ba2553799544349c91ba79767bd76fccc7..4ef42aeab31b68517aae31f7aa2170d319fbf836 100644
|
| --- a/chrome/plugin/plugin_channel_base.cc
|
| +++ b/chrome/plugin/plugin_channel_base.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "base/hash_tables.h"
|
| #include "chrome/common/child_process.h"
|
| -#include "chrome/common/ipc_sync_message.h"
|
| +#include "ipc/ipc_sync_message.h"
|
|
|
| typedef base::hash_map<std::string, scoped_refptr<PluginChannelBase> >
|
| PluginChannelMap;
|
|
|