summaryrefslogtreecommitdiff
path: root/testing/embedder_test.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-11-06 13:49:48 -0800
committerLei Zhang <thestig@chromium.org>2015-11-06 13:49:48 -0800
commit5899671184d01b74989d181363066379ef3e4051 (patch)
treef925a1641773a0a007a5ba8af618d5c05fc7131f /testing/embedder_test.h
parentf1a7cd8c489e75abff7a2e952ea52f92142a5b88 (diff)
downloadpdfium-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.h')
-rw-r--r--testing/embedder_test.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/embedder_test.h b/testing/embedder_test.h
index 31192b34aa..3aa45dfcda 100644
--- a/testing/embedder_test.h
+++ b/testing/embedder_test.h
@@ -8,10 +8,10 @@
#include <map>
#include <string>
-#include "../public/fpdf_dataavail.h"
-#include "../public/fpdf_ext.h"
-#include "../public/fpdf_formfill.h"
-#include "../public/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 "third_party/base/nonstd_unique_ptr.h"