From 3b0452d6e7831089c3041d1ab6c71f8de234d8e9 Mon Sep 17 00:00:00 2001 From: tfarina Date: Wed, 31 Dec 2014 07:20:09 -0800 Subject: Cleanup: Update the path to gfx rect 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/823133004 Cr-Commit-Position: refs/heads/master@{#309814} --- printing/pdf_metafile_cg_mac.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'printing/pdf_metafile_cg_mac.cc') diff --git a/printing/pdf_metafile_cg_mac.cc b/printing/pdf_metafile_cg_mac.cc index 9208799..3c4680f10 100644 --- a/printing/pdf_metafile_cg_mac.cc +++ b/printing/pdf_metafile_cg_mac.cc @@ -13,7 +13,7 @@ #include "base/mac/scoped_cftyperef.h" #include "base/strings/sys_string_conversions.h" #include "base/threading/thread_local.h" -#include "ui/gfx/rect.h" +#include "ui/gfx/geometry/rect.h" #include "ui/gfx/size.h" using base::ScopedCFTypeRef; -- cgit v1.1