| Index: chrome/plugin/plugin_main.cc
|
| diff --git a/chrome/plugin/plugin_main.cc b/chrome/plugin/plugin_main.cc
|
| index 1bbb6240c28e97ce4f9b6f0de2758b52df06e650..fb8880f0dc56c62edcc28df39213274d48794540 100644
|
| --- a/chrome/plugin/plugin_main.cc
|
| +++ b/chrome/plugin/plugin_main.cc
|
| @@ -22,6 +22,9 @@
|
| #if defined(OS_WIN)
|
| #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"
|
| #endif
|
|
|
| // main() routine for running as the plugin process.
|
|
|