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

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

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
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 ea53bddedc30a90cb0da1ed230f1950f31510837..c3dba62c5ecdca6a5a70eef06888ad21ca99d0a3 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
@@ -13,7 +13,7 @@
#include "ui/base/material_design/material_design_controller.h"
#include "ui/gfx/image/image_skia_util_mac.h"
#include "ui/gfx/paint_vector_icon.h"
-#include "ui/gfx/vector_icons_public.h"
+#include "ui/vector_icons/vector_icons.h"
namespace {
@@ -33,7 +33,7 @@ class SelectedKeywordDecorationTest : public CocoaTest {
// initialize it now.
const int kDefaultIconSize = 16;
decoration_.SetImage(NSImageFromImageSkia(gfx::CreateVectorIcon(
- omnibox::kSearchIcon, kDefaultIconSize, SK_ColorBLACK)));
+ ui::kSearchIcon, kDefaultIconSize, SK_ColorBLACK)));
}
SelectedKeywordDecoration decoration_;

Powered by Google App Engine
This is Rietveld 408576698