Chromium Code Reviews| Index: chrome/browser/notifications/balloon.cc |
| =================================================================== |
| --- chrome/browser/notifications/balloon.cc (revision 244775) |
| +++ chrome/browser/notifications/balloon.cc (working copy) |
| @@ -12,7 +12,7 @@ |
| #include "ui/gfx/rect.h" |
| #include "ui/gfx/size.h" |
| -#if !defined(OS_WIN) && !defined(USE_AURA) |
| +#if !defined(USE_AURA) |
| // static |
| int BalloonView::GetHorizontalMargin() { |
| // TODO: implement for linux (non-aura) and mac. |