diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-05-11 15:25:39 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-05-11 15:25:39 -0700 |
commit | 1ed8a21d5c26a9d78240d7d56850a1a4738d3f9c (patch) | |
tree | 6dc3c6d9007b5be6843c4e9dbf602a99238080b3 /testing/embedder_test.h | |
parent | ea7b333c73ea3e1847e79cabdd85853af67d6d6c (diff) | |
download | pdfium-1ed8a21d5c26a9d78240d7d56850a1a4738d3f9c.tar.xz |
Merge to XFA: Create top-level public/ header directory.
Original Review URL: https://codereview.chromium.org/1135913002
BUG=pdfium:154
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1136703003
Diffstat (limited to 'testing/embedder_test.h')
-rw-r--r-- | testing/embedder_test.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/embedder_test.h b/testing/embedder_test.h index ea93131749..5cede6c6b4 100644 --- a/testing/embedder_test.h +++ b/testing/embedder_test.h @@ -8,10 +8,10 @@ #include <string> #include "../core/include/fxcrt/fx_system.h" -#include "../fpdfsdk/include/fpdf_dataavail.h" -#include "../fpdfsdk/include/fpdf_ext.h" -#include "../fpdfsdk/include/fpdfformfill.h" -#include "../fpdfsdk/include/fpdfview.h" +#include "../public/fpdf_dataavail.h" +#include "../public/fpdf_ext.h" +#include "../public/fpdf_formfill.h" +#include "../public/fpdfview.h" #include "testing/gtest/include/gtest/gtest.h" #include "v8/include/v8.h" |