Index: chrome/common/localized_error.cc |
diff --git a/chrome/common/localized_error.cc b/chrome/common/localized_error.cc |
index 56dd428a71e22ef395ec374b47713064dcd80540..39b9903b70e2f215d6afd2cf95a0e43c21aaaff5 100644 |
--- a/chrome/common/localized_error.cc |
+++ b/chrome/common/localized_error.cc |
@@ -10,6 +10,7 @@ |
#include "base/string_number_conversions.h" |
#include "base/utf_string_conversions.h" |
#include "base/values.h" |
+#include "chrome/common/extensions/extension_constants.h" |
#include "chrome/common/extensions/extension_icon_set.h" |
#include "chrome/common/extensions/extension_set.h" |
#include "googleurl/src/gurl.h" |
@@ -721,7 +722,7 @@ void LocalizedError::GetAppErrorStrings( |
error_strings->SetString("title", app->name()); |
error_strings->SetString("icon", |
- app->GetIconURL(ExtensionIconSet::EXTENSION_ICON_GIGANTOR, |
+ app->GetIconURL(extension_misc::EXTENSION_ICON_GIGANTOR, |
ExtensionIconSet::MATCH_SMALLER).spec()); |
error_strings->SetString("name", app->name()); |
error_strings->SetString("msg", |