Index: content/shell/tools/plugin/PluginObject.cpp |
diff --git a/content/shell/tools/plugin/PluginObject.cpp b/content/shell/tools/plugin/PluginObject.cpp |
index a3c723fd85f6e5753a041bc924e25c13fff932ba..21548900f9e54ff642e0998b1ce2eeb2d8a53684 100644 |
--- a/content/shell/tools/plugin/PluginObject.cpp |
+++ b/content/shell/tools/plugin/PluginObject.cpp |
@@ -31,14 +31,17 @@ |
#include "PluginObject.h" |
-#include "PluginTest.h" |
-#include "content/shell/tools/plugin/test_object.h" |
-#include "base/strings/string_util.h" |
#include <assert.h> |
+#include <stddef.h> |
+#include <stdint.h> |
#include <stdio.h> |
#include <stdlib.h> |
#include <string.h> |
+#include "PluginTest.h" |
+#include "base/strings/string_util.h" |
+#include "content/shell/tools/plugin/test_object.h" |
+ |
// Helper function which takes in the plugin window object for logging to the |
// console object. |
static void pluginLogWithWindowObject(NPObject* windowObject, |