Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1893)

Unified Diff: chrome/browser/performance_monitor/performance_monitor.cc

Issue 10683003: Moved CrxInstaller and CrxInstallerError into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest-er master Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « chrome/browser/infobars/infobars_browsertest.cc ('k') | chrome/browser/performance_monitor/performance_monitor_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698