From ebe974f000199a7020da9855e326b31daad59be3 Mon Sep 17 00:00:00 2001 From: tfarina Date: Fri, 2 Jan 2015 20:25:32 -0800 Subject: Cleanup: Update the path to gfx size headers. The geometry headers were moved from /ui/gfx/ to ui/gfx/geometry, so we are updating the include paths to fix this. BUG=395370 TEST=compiles TBR=sky@chromium.org,danakj@chromium.org Review URL: https://codereview.chromium.org/832953002 Cr-Commit-Position: refs/heads/master@{#309873} --- components/infobars/core/infobar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/infobars') diff --git a/components/infobars/core/infobar.h b/components/infobars/core/infobar.h index 8c1284a..ebced9f 100644 --- a/components/infobars/core/infobar.h +++ b/components/infobars/core/infobar.h @@ -12,7 +12,7 @@ #include "third_party/skia/include/core/SkColor.h" #include "ui/gfx/animation/animation_delegate.h" #include "ui/gfx/animation/slide_animation.h" -#include "ui/gfx/size.h" +#include "ui/gfx/geometry/size.h" namespace infobars { -- cgit v1.1