Index: extensions/browser/warning_service.cc |
diff --git a/extensions/browser/warning_service.cc b/extensions/browser/warning_service.cc |
index 68422c89c986b8530f81e38c399345adff095a9e..c6f643baaf20efa310ac058abae5845eccc9e199 100644 |
--- a/extensions/browser/warning_service.cc |
+++ b/extensions/browser/warning_service.cc |
@@ -124,7 +124,7 @@ void WarningService::NotifyWarningsChanged( |
void WarningService::OnExtensionUnloaded( |
content::BrowserContext* browser_context, |
const Extension* extension, |
- UnloadedExtensionInfo::Reason reason) { |
+ UnloadedExtensionReason reason) { |
// Unloading one extension might have solved the problems of others. |
// Therefore, we clear warnings of this type for all extensions. |
std::set<Warning::WarningType> warning_types = |