Index: ui/gfx/favicon_size.h |
diff --git a/ui/gfx/favicon_size.h b/ui/gfx/favicon_size.h |
index b267d96daef248cc23a85484f1547d93f8973a37..b7c9946a50a6a3091b5268ccfb644433078d8d32 100644 |
--- a/ui/gfx/favicon_size.h |
+++ b/ui/gfx/favicon_size.h |
@@ -9,11 +9,7 @@ |
#include "base/compiler_specific.h" |
// Size (along each axis) of the favicon. |
-#if defined(TOUCH_UI) |
-const int kFaviconSize = 32; |
-#else |
const int kFaviconSize = 16; |
-#endif |
// If the width or height is bigger than the favicon size, a new width/height |
// is calculated and returned in width/height that maintains the aspect |