From e6cab2252ee48212420b52735afa6346bb256e2c Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 6 Nov 2015 15:53:26 -0800 Subject: XFA: Actually fix all relative includes to third_party. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1413253003 . --- xfa/src/fxgraphics/src/fx_graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/src/fxgraphics') diff --git a/xfa/src/fxgraphics/src/fx_graphics.cpp b/xfa/src/fxgraphics/src/fx_graphics.cpp index df0ecbba22..655c87085b 100644 --- a/xfa/src/fxgraphics/src/fx_graphics.cpp +++ b/xfa/src/fxgraphics/src/fx_graphics.cpp @@ -4,9 +4,9 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "../../../../third_party/base/nonstd_unique_ptr.h" #include "fx_path_generator.h" #include "pre.h" +#include "third_party/base/nonstd_unique_ptr.h" class CAGG_Graphics { public: -- cgit v1.2.3