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

Unified Diff: components/toolbar/toolbar_model_impl.cc

Issue 2733823003: Move final vector icons out of ui/gfx/vector_icons/ and remove the (Closed)
Patch Set: fix deps Created 3 years, 9 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
« no previous file with comments | « components/toolbar/DEPS ('k') | components/toolbar/vector_icons/business.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/toolbar/toolbar_model_impl.cc
diff --git a/components/toolbar/toolbar_model_impl.cc b/components/toolbar/toolbar_model_impl.cc
index 017c5a9c1990fa725f6de73a7e4a58c30cde800a..fee722b7abb55e3cecdce4a08923264130b99e46 100644
--- a/components/toolbar/toolbar_model_impl.cc
+++ b/components/toolbar/toolbar_model_impl.cc
@@ -23,6 +23,7 @@
#if !defined(OS_ANDROID) && !defined(OS_IOS)
#include "components/toolbar/vector_icons.h" // nogncheck
+#include "ui/vector_icons/vector_icons.h" // nogncheck
#endif
ToolbarModelImpl::ToolbarModelImpl(ToolbarModelDelegate* delegate,
@@ -88,7 +89,7 @@ const gfx::VectorIcon& ToolbarModelImpl::GetVectorIcon() const {
// Surface Dubious as Neutral.
return toolbar::kHttpIcon;
case security_state::SECURE_WITH_POLICY_INSTALLED_CERT:
- return toolbar::kBusinessIcon;
+ return ui::kBusinessIcon;
case security_state::DANGEROUS:
return toolbar::kHttpsInvalidIcon;
}
« no previous file with comments | « components/toolbar/DEPS ('k') | components/toolbar/vector_icons/business.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698