| Index: chrome/browser/performance_monitor/performance_monitor.cc
|
| diff --git a/chrome/browser/performance_monitor/performance_monitor.cc b/chrome/browser/performance_monitor/performance_monitor.cc
|
| index 7e6122f45297ed4ec8fd34da2ebda48ea09d9b7a..a96e5b1c8343e2bd99439e858a4a043023400b9a 100644
|
| --- a/chrome/browser/performance_monitor/performance_monitor.cc
|
| +++ b/chrome/browser/performance_monitor/performance_monitor.cc
|
| @@ -205,8 +205,8 @@ void PerformanceMonitor::Observe(int type,
|
| break;
|
| }
|
| case chrome::NOTIFICATION_CRX_INSTALLER_DONE: {
|
| - const CrxInstaller* installer =
|
| - content::Source<CrxInstaller>(source).ptr();
|
| + const extensions::CrxInstaller* installer =
|
| + content::Source<extensions::CrxInstaller>(source).ptr();
|
|
|
| // Check if the reason for the install was due to an extension update.
|
| if (installer->install_cause() != extension_misc::INSTALL_CAUSE_UPDATE)
|
|
|