diff options
author | Lei Zhang <thestig@chromium.org> | 2015-11-06 13:49:48 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-11-06 13:49:48 -0800 |
commit | 5899671184d01b74989d181363066379ef3e4051 (patch) | |
tree | f925a1641773a0a007a5ba8af618d5c05fc7131f /testing/embedder_test.cpp | |
parent | f1a7cd8c489e75abff7a2e952ea52f92142a5b88 (diff) | |
download | pdfium-5899671184d01b74989d181363066379ef3e4051.tar.xz |
Fix all relative includes to public.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1415803007 .
Diffstat (limited to 'testing/embedder_test.cpp')
-rw-r--r-- | testing/embedder_test.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/embedder_test.cpp b/testing/embedder_test.cpp index 1c0dda6be1..7bc7bdda7b 100644 --- a/testing/embedder_test.cpp +++ b/testing/embedder_test.cpp @@ -11,9 +11,9 @@ #include <utility> #include <vector> -#include "../public/fpdf_dataavail.h" -#include "../public/fpdf_text.h" -#include "../public/fpdfview.h" +#include "public/fpdf_dataavail.h" +#include "public/fpdf_text.h" +#include "public/fpdfview.h" #include "test_support.h" #include "testing/gmock/include/gmock/gmock.h" |