| Index: content/browser/plugin_loader_posix_unittest.cc
|
| diff --git a/content/browser/plugin_loader_posix_unittest.cc b/content/browser/plugin_loader_posix_unittest.cc
|
| index 1dcf1e3aecf24a7c628b8018903dd05e3e091c34..5111f58b7f820d3fb072f84dc78e637d599cbb7d 100644
|
| --- a/content/browser/plugin_loader_posix_unittest.cc
|
| +++ b/content/browser/plugin_loader_posix_unittest.cc
|
| @@ -45,11 +45,11 @@ class MockPluginLoaderPosix : public PluginLoaderPosix {
|
| PluginLoaderPosix::LoadPluginsInternal();
|
| }
|
|
|
| - void TestOnPluginLoaded(uint32_t index, const webkit::WebPluginInfo& plugin) {
|
| + void TestOnPluginLoaded(uint32 index, const webkit::WebPluginInfo& plugin) {
|
| OnPluginLoaded(index, plugin);
|
| }
|
|
|
| - void TestOnPluginLoadFailed(uint32_t index, const FilePath& path) {
|
| + void TestOnPluginLoadFailed(uint32 index, const FilePath& path) {
|
| OnPluginLoadFailed(index, path);
|
| }
|
| };
|
|
|