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

Unified Diff: ui/views/controls/button/border_images.cc

Issue 11341049: views: Rename IDR_INFOBARBUTTON_<POSITION>_<STATE> to IDR_INFOBARBUTTON_<STATE>_<POSITION>. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Apply Mike's review Created 8 years, 2 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: ui/views/controls/button/border_images.cc
diff --git a/ui/views/controls/button/border_images.cc b/ui/views/controls/button/border_images.cc
index 848a288c62e5c9513e58903f31d982547a2161a3..f881cce4282cb167d9b8c0384cbbd34a282ee52d 100644
--- a/ui/views/controls/button/border_images.cc
+++ b/ui/views/controls/button/border_images.cc
@@ -10,10 +10,6 @@
#include "ui/gfx/canvas.h"
#include "ui/gfx/rect.h"
-#define BORDER_IMAGES(x) x ## _TOP_LEFT, x ## _TOP, x ## _TOP_RIGHT, \
- x ## _LEFT, x ## _CENTER, x ## _RIGHT, \
- x ## _BOTTOM_LEFT, x ## _BOTTOM, x ## _BOTTOM_RIGHT,
-
namespace views {
// static
« ui/views/controls/button/border_images.h ('K') | « ui/views/controls/button/border_images.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698