| Index: content/browser/plugin_loader_posix.cc
|
| diff --git a/content/browser/plugin_loader_posix.cc b/content/browser/plugin_loader_posix.cc
|
| index 15ab75c4c22882d47b9dfc1ee8555e5023a6abd8..f077b87a2ab0f0f39515f4d4bf8fbff9bfd639ec 100644
|
| --- a/content/browser/plugin_loader_posix.cc
|
| +++ b/content/browser/plugin_loader_posix.cc
|
| @@ -101,7 +101,7 @@ void PluginLoaderPosix::LoadPluginsInternal() {
|
| process_host_->Send(new UtilityMsg_LoadPlugins(canonical_list_));
|
| }
|
|
|
| -void PluginLoaderPosix::OnPluginLoaded(uint32_t index,
|
| +void PluginLoaderPosix::OnPluginLoaded(uint32 index,
|
| const webkit::WebPluginInfo& plugin) {
|
| if (index != next_load_index_) {
|
| LOG(ERROR) << "Received unexpected plugin load message for "
|
| @@ -117,7 +117,7 @@ void PluginLoaderPosix::OnPluginLoaded(uint32_t index,
|
| MaybeRunPendingCallbacks();
|
| }
|
|
|
| -void PluginLoaderPosix::OnPluginLoadFailed(uint32_t index,
|
| +void PluginLoaderPosix::OnPluginLoadFailed(uint32 index,
|
| const FilePath& plugin_path) {
|
| if (index != next_load_index_) {
|
| LOG(ERROR) << "Received unexpected plugin load failure message for "
|
|
|