| Index: chrome/plugin/plugin_main.cc
|
| diff --git a/chrome/plugin/plugin_main.cc b/chrome/plugin/plugin_main.cc
|
| index 375831a55f7ac669fad95086f4ee5099c99802cd..7361d6434734240c9e085255971f3470ddac4d5d 100644
|
| --- a/chrome/plugin/plugin_main.cc
|
| +++ b/chrome/plugin/plugin_main.cc
|
| @@ -23,8 +23,8 @@
|
| #include "chrome/test/injection_test_dll.h"
|
| #include "sandbox/src/sandbox.h"
|
| #elif defined(OS_LINUX)
|
| -#include "chrome/common/chrome_descriptors.h"
|
| #include "base/global_descriptors_posix.h"
|
| +#include "ipc/ipc_descriptors.h"
|
| #endif
|
|
|
| // main() routine for running as the plugin process.
|
|
|