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.cpp | |
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.cpp')
-rw-r--r-- | testing/embedder_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/embedder_test.cpp b/testing/embedder_test.cpp index 563dec8bec..e161867732 100644 --- a/testing/embedder_test.cpp +++ b/testing/embedder_test.cpp @@ -14,9 +14,9 @@ #include <utility> #include <vector> -#include "../fpdfsdk/include/fpdftext.h" -#include "../fpdfsdk/include/fpdfview.h" #include "../core/include/fxcrt/fx_system.h" +#include "../public/fpdf_text.h" +#include "../public/fpdfview.h" #include "testing/gmock/include/gmock/gmock.h" #include "v8/include/v8.h" #include "v8/include/libplatform/libplatform.h" |