diff options
-rw-r--r-- | gfx/rect.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ #include <iosfwd> -#include "base/gfx/point.h" -#include "base/gfx/size.h" +#include "gfx/point.h" +#include "gfx/size.h" #if defined(OS_WIN) typedef struct tagRECT RECT; |