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

Unified Diff: chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration_unittest.mm

Issue 2002293002: Use vector icon for Ash shelf launcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove include Created 4 years, 7 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/ui/cocoa/location_bar/selected_keyword_decoration_unittest.mm
diff --git a/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration_unittest.mm b/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration_unittest.mm
index 4dee6de9f954b9db6bede297a0021dd03d202513..93fc4777eaa566c72babbdd120da5062a3a062d1 100644
--- a/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration_unittest.mm
+++ b/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration_unittest.mm
@@ -33,7 +33,7 @@ class SelectedKeywordDecorationTest : public CocoaTest {
if (ui::MaterialDesignController::IsModeMaterial()) {
const int kDefaultIconSize = 16;
decoration_.SetImage(NSImageFromImageSkia(
- gfx::CreateVectorIcon(gfx::VectorIconId::OMNIBOX_SEARCH,
+ gfx::CreateVectorIcon(gfx::VectorIconId::SEARCH,
kDefaultIconSize,
SK_ColorBLACK)));
}

Powered by Google App Engine
This is Rietveld 408576698