| Index: content/browser/plugin_loader_posix.cc
|
| diff --git a/content/browser/plugin_loader_posix.cc b/content/browser/plugin_loader_posix.cc
|
| index 65f42a9e2e62970b02542654c409bf713ee9a204..dcfb55812ef45dcab4ce73a674b073a1d9f0f8b9 100644
|
| --- a/content/browser/plugin_loader_posix.cc
|
| +++ b/content/browser/plugin_loader_posix.cc
|
| @@ -161,7 +161,7 @@ void PluginLoaderPosix::GetPluginsWrapper(
|
| GetPlugins(callback);
|
| }
|
|
|
| -void PluginLoaderPosix::OnPluginLoaded(uint32 index,
|
| +void PluginLoaderPosix::OnPluginLoaded(uint32_t index,
|
| const WebPluginInfo& plugin) {
|
| if (index != next_load_index_) {
|
| LOG(ERROR) << "Received unexpected plugin load message for "
|
| @@ -183,7 +183,7 @@ void PluginLoaderPosix::OnPluginLoaded(uint32 index,
|
| FinishedLoadingPlugins();
|
| }
|
|
|
| -void PluginLoaderPosix::OnPluginLoadFailed(uint32 index,
|
| +void PluginLoaderPosix::OnPluginLoadFailed(uint32_t index,
|
| const base::FilePath& plugin_path) {
|
| if (index != next_load_index_) {
|
| LOG(ERROR) << "Received unexpected plugin load failure message for "
|
|
|