Index: content/browser/plugin_loader_posix.h |
diff --git a/content/browser/plugin_loader_posix.h b/content/browser/plugin_loader_posix.h |
index baa15b0ca1667a0b8606a647fbb4604f7b759fbf..b99a17a1aadb385341beca4fbfaecf549009c4b4 100644 |
--- a/content/browser/plugin_loader_posix.h |
+++ b/content/browser/plugin_loader_posix.h |
@@ -7,6 +7,7 @@ |
#include <vector> |
+#include "base/basictypes.h" |
#include "base/memory/ref_counted.h" |
#include "base/time.h" |
#include "content/browser/plugin_service.h" |
@@ -77,8 +78,8 @@ class CONTENT_EXPORT PluginLoaderPosix : public UtilityProcessHost::Client, |
virtual void LoadPluginsInternal(); |
// Message handlers. |
- void OnPluginLoaded(uint32_t index, const webkit::WebPluginInfo& plugin); |
- void OnPluginLoadFailed(uint32_t index, const FilePath& plugin_path); |
+ void OnPluginLoaded(uint32 index, const webkit::WebPluginInfo& plugin); |
+ void OnPluginLoadFailed(uint32 index, const FilePath& plugin_path); |
// Checks if the plugin path is an internal plugin, and, if it is, adds it to |
// |loaded_plugins_|. |