summaryrefslogtreecommitdiffstats
path: root/printing/emf_win.cc
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2014-12-31 07:20:09 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-31 15:20:57 +0000
commit3b0452d6e7831089c3041d1ab6c71f8de234d8e9 (patch)
treedc2ff93b8fad55be49415414dbd948da7c1d53c9 /printing/emf_win.cc
parent33fc10063b42c14a5f4652a93aca29f803d4d49d (diff)
downloadchromium_src-3b0452d6e7831089c3041d1ab6c71f8de234d8e9.zip
chromium_src-3b0452d6e7831089c3041d1ab6c71f8de234d8e9.tar.gz
chromium_src-3b0452d6e7831089c3041d1ab6c71f8de234d8e9.tar.bz2
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}
Diffstat (limited to 'printing/emf_win.cc')
-rw-r--r--printing/emf_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/emf_win.cc b/printing/emf_win.cc
index 24cccf7..9b57576 100644
--- a/printing/emf_win.cc
+++ b/printing/emf_win.cc
@@ -16,7 +16,7 @@
#include "ui/gfx/codec/jpeg_codec.h"
#include "ui/gfx/codec/png_codec.h"
#include "ui/gfx/gdi_util.h"
-#include "ui/gfx/rect.h"
+#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/size.h"
namespace {