Index: chrome/browser/performance_monitor/performance_monitor_browsertest.cc |
diff --git a/chrome/browser/performance_monitor/performance_monitor_browsertest.cc b/chrome/browser/performance_monitor/performance_monitor_browsertest.cc |
index 47a1ea258b706d1aba7c7e147c51c1282faf2994..a3b2f2500d71cff541b2c0a0a9de6c4b34a347c6 100644 |
--- a/chrome/browser/performance_monitor/performance_monitor_browsertest.cc |
+++ b/chrome/browser/performance_monitor/performance_monitor_browsertest.cc |
@@ -235,12 +235,12 @@ IN_PROC_BROWSER_TEST_F(PerformanceMonitorBrowserTest, UpdateExtensionEvent) { |
ExtensionService* extension_service = |
browser()->profile()->GetExtensionService(); |
- CrxInstaller* crx_installer = NULL; |
+ extensions::CrxInstaller* crx_installer = NULL; |
// Create an observer to wait for the update to finish. |
ui_test_utils::WindowedNotificationObserver windowed_observer( |
chrome::NOTIFICATION_CRX_INSTALLER_DONE, |
- content::Source<CrxInstaller>(crx_installer)); |
+ content::Source<extensions::CrxInstaller>(crx_installer)); |
ASSERT_TRUE(extension_service-> |
UpdateExtension(extension->id(), path_v2_, GURL(), &crx_installer)); |
windowed_observer.Wait(); |