| Index: chrome/browser/plugins/plugin_infobar_delegates.h
|
| diff --git a/chrome/browser/plugins/plugin_infobar_delegates.h b/chrome/browser/plugins/plugin_infobar_delegates.h
|
| index cde823566f405fb76261f4d3df26d917692476c5..731caa2fa55d57bc41198842709b062a9a512496 100644
|
| --- a/chrome/browser/plugins/plugin_infobar_delegates.h
|
| +++ b/chrome/browser/plugins/plugin_infobar_delegates.h
|
| @@ -139,7 +139,7 @@ class PluginInstallerInfoBarDelegate : public ConfirmInfoBarDelegate,
|
|
|
| // Replaces |infobar|, which must currently be owned, with an infobar asking
|
| // the user to install or update a particular plugin.
|
| - static void Replace(InfoBar* infobar,
|
| + static void Replace(infobars::InfoBar* infobar,
|
| PluginInstaller* installer,
|
| scoped_ptr<PluginMetadata> plugin_metadata,
|
| bool new_install,
|
|
|