diff options
author | Lei Zhang <thestig@chromium.org> | 2015-11-06 15:52:32 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-11-06 15:52:32 -0800 |
commit | b4e7f304af0ad92d20f952e6634000d177974f47 (patch) | |
tree | 7cb2137e3854988079e4f027cad369189735e64b /testing/test_support.h | |
parent | 6cf117caa54c3bbf5a787c9ae9ca517a4ac98a16 (diff) | |
download | pdfium-b4e7f304af0ad92d20f952e6634000d177974f47.tar.xz |
Merge to XFA: Fix all relative includes to public.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1415803007 .
(cherry picked from commit 5899671184d01b74989d181363066379ef3e4051)
Review URL: https://codereview.chromium.org/1431593007 .
Diffstat (limited to 'testing/test_support.h')
-rw-r--r-- | testing/test_support.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_support.h b/testing/test_support.h index afa3bafc96..a2241144a4 100644 --- a/testing/test_support.h +++ b/testing/test_support.h @@ -8,7 +8,7 @@ #include <stdlib.h> #include <string> -#include "../public/fpdfview.h" +#include "public/fpdfview.h" #ifdef PDF_ENABLE_V8 #include "v8/include/v8.h" |