Index: chrome/browser/recovery/recovery_install_global_error.cc |
diff --git a/chrome/browser/recovery/recovery_install_global_error.cc b/chrome/browser/recovery/recovery_install_global_error.cc |
index bd68103ce1038425f96992dbab36221d6321a704..0b4d55bbdd9ba4101802c3582bb85eb44c3fa36f 100644 |
--- a/chrome/browser/recovery/recovery_install_global_error.cc |
+++ b/chrome/browser/recovery/recovery_install_global_error.cc |
@@ -5,7 +5,6 @@ |
#include "chrome/browser/recovery/recovery_install_global_error.h" |
#include "chrome/app/chrome_command_ids.h" |
-#include "chrome/app/vector_icons/vector_icons.h" |
#include "chrome/browser/browser_process.h" |
#include "chrome/browser/component_updater/recovery_component_installer.h" |
#include "chrome/browser/profiles/profile.h" |
@@ -18,6 +17,7 @@ |
#include "components/prefs/pref_service.h" |
#include "ui/base/l10n/l10n_util.h" |
#include "ui/gfx/paint_vector_icon.h" |
+#include "ui/gfx/vector_icons_public.h" |
#include "ui/native_theme/native_theme.h" |
RecoveryInstallGlobalError::RecoveryInstallGlobalError(Profile* profile) |
@@ -69,7 +69,7 @@ |
gfx::Image RecoveryInstallGlobalError::MenuItemIcon() { |
return gfx::Image(gfx::CreateVectorIcon( |
- kBrowserToolsUpdateIcon, |
+ gfx::VectorIconId::BROWSER_TOOLS_UPDATE, |
ui::NativeTheme::GetInstanceForNativeUi()->GetSystemColor( |
ui::NativeTheme::kColorId_AlertSeverityHigh))); |
} |