Chromium Code Reviews| Index: ui/gfx/point_f.h |
| diff --git a/ui/gfx/point_f.h b/ui/gfx/point_f.h |
| index a1fc4c9ca2eb3e3fe2cd9639d0bc05b3b7124682..c1bf5fb1ca32280b5577dbbf3d07582ad32b3125 100644 |
| --- a/ui/gfx/point_f.h |
| +++ b/ui/gfx/point_f.h |
| @@ -11,10 +11,6 @@ |
| #include "ui/base/ui_export.h" |
| #include "ui/gfx/point_base.h" |
| -#if !defined(ENABLE_DIP) |
| -#error "This class should be used only when DIP feature is enabled" |
| -#endif |
| - |
| namespace gfx { |
| class Point; |