| Index: content/shell/tools/plugin/main.cpp
|
| diff --git a/content/shell/tools/plugin/main.cpp b/content/shell/tools/plugin/main.cpp
|
| index fb682b3adfeeae88c6fcb939372af6d0d5469102..a36ff353dea31c4831f201c8f920b640a5b1fe60 100644
|
| --- a/content/shell/tools/plugin/main.cpp
|
| +++ b/content/shell/tools/plugin/main.cpp
|
| @@ -27,14 +27,17 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "PluginObject.h"
|
| +#include <string.h>
|
| +#include <stdint.h>
|
|
|
| -#include "PluginTest.h"
|
| -#include "base/strings/string_util.h"
|
| #include <cstdlib>
|
| #include <cstring>
|
| #include <string>
|
|
|
| +#include "PluginObject.h"
|
| +#include "PluginTest.h"
|
| +#include "base/strings/string_util.h"
|
| +
|
| #ifdef XP_UNIX
|
| #include <X11/Xlib.h>
|
| #include <X11/Xutil.h>
|
|
|