summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/fpdf_dataavail_embeddertest.cpp
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 /fpdfsdk/src/fpdf_dataavail_embeddertest.cpp
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 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp')
-rw-r--r--fpdfsdk/src/fpdf_dataavail_embeddertest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpdfsdk/src/fpdf_dataavail_embeddertest.cpp b/fpdfsdk/src/fpdf_dataavail_embeddertest.cpp
index 730a793d63..ee4c3e6104 100644
--- a/fpdfsdk/src/fpdf_dataavail_embeddertest.cpp
+++ b/fpdfsdk/src/fpdf_dataavail_embeddertest.cpp
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "../../public/fpdf_doc.h"
-#include "../../public/fpdfview.h"
#include "../../testing/embedder_test.h"
+#include "public/fpdf_doc.h"
+#include "public/fpdfview.h"
#include "testing/gtest/include/gtest/gtest.h"
class FPDFDataAvailEmbeddertest : public EmbedderTest {};