diff options
Diffstat (limited to 'chrome/browser/notifications/balloon_collection_impl.h')
-rw-r--r-- | chrome/browser/notifications/balloon_collection_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/notifications/balloon_collection_impl.h b/chrome/browser/notifications/balloon_collection_impl.h index 9802280..fdabcb5 100644 --- a/chrome/browser/notifications/balloon_collection_impl.h +++ b/chrome/browser/notifications/balloon_collection_impl.h @@ -14,8 +14,8 @@ #include "base/message_loop.h" #include "chrome/browser/notifications/balloon_collection.h" #include "chrome/browser/notifications/balloon_collection_base.h" -#include "gfx/point.h" -#include "gfx/rect.h" +#include "ui/gfx/point.h" +#include "ui/gfx/rect.h" // Mac balloons grow from the top down and have close buttons on top, so // offsetting is not necessary for easy multiple-closing. Other platforms grow |