summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJUN FANG <jun_fang@foxitsoftware.com>2015-04-03 14:39:18 -0700
committerJUN FANG <jun_fang@foxitsoftware.com>2015-04-03 15:07:27 -0700
commite799e01bc6c8ef491154c555687ccaa8f9c87b6c (patch)
treebfa47d85c2ddd04a3a59f9fbeff76f9f819d9e34
parent5c240fc3364b5cea842edc7b193efa5a3baa7859 (diff)
downloadpdfium-e799e01bc6c8ef491154c555687ccaa8f9c87b6c.tar.xz
Merge to XFA: Update the path of header file to avoid a compiling error in chrome
BUG=N/A R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1059233005
-rw-r--r--core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp b/core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp
index 3999897ab3..838c4316de 100644
--- a/core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp
+++ b/core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "testing/embedder_test.h"
+#include "../../../testing/embedder_test.h"
#include "testing/gtest/include/gtest/gtest.h"
class FPDFParserEmbeddertest : public EmbedderTest {