summaryrefslogtreecommitdiffstats
path: root/components/pdf
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2014-12-22 18:38:50 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-23 02:39:32 +0000
commit655f81de196ee49a4114a8ddaed80a4a8c9bd17d (patch)
treef182a74ba348af850c124354c9948c408e9903a7 /components/pdf
parent7b4f8bbadd0950e2a81e8687caebd7af5f4dcd14 (diff)
downloadchromium_src-655f81de196ee49a4114a8ddaed80a4a8c9bd17d.zip
chromium_src-655f81de196ee49a4114a8ddaed80a4a8c9bd17d.tar.gz
chromium_src-655f81de196ee49a4114a8ddaed80a4a8c9bd17d.tar.bz2
Cleanup: Update the path to insets and point 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=unit_tests, content_unittests, extensions_unittests ... TBR=sky@chromium.org,danakj@chromium.org Review URL: https://codereview.chromium.org/823703003 Cr-Commit-Position: refs/heads/master@{#309523}
Diffstat (limited to 'components/pdf')
-rw-r--r--components/pdf/renderer/pepper_pdf_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/pdf/renderer/pepper_pdf_host.cc b/components/pdf/renderer/pepper_pdf_host.cc
index 3059932..3a3f587 100644
--- a/components/pdf/renderer/pepper_pdf_host.cc
+++ b/components/pdf/renderer/pepper_pdf_host.cc
@@ -30,9 +30,9 @@
#include "third_party/WebKit/public/web/WebView.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "ui/base/layout.h"
+#include "ui/gfx/geometry/point.h"
#include "ui/gfx/image/image_skia.h"
#include "ui/gfx/image/image_skia_rep.h"
-#include "ui/gfx/point.h"
namespace pdf {