| Index: cc/resources/resource_update.h
|
| diff --git a/cc/resources/resource_update.h b/cc/resources/resource_update.h
|
| index 1eddf83c0948d8619ce32fff206177b3e7929606..d49114171d4dd66c135e4db1aa933bde3f11f1d1 100644
|
| --- a/cc/resources/resource_update.h
|
| +++ b/cc/resources/resource_update.h
|
| @@ -6,8 +6,8 @@
|
| #define CC_RESOURCES_RESOURCE_UPDATE_H_
|
|
|
| #include "cc/base/cc_export.h"
|
| -#include "ui/gfx/rect.h"
|
| -#include "ui/gfx/vector2d.h"
|
| +#include "ui/gfx/geometry/rect.h"
|
| +#include "ui/gfx/geometry/vector2d.h"
|
|
|
| class SkBitmap;
|
|
|
|
|