Index: core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp |
diff --git a/core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp b/core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp |
index 7ed82fdfb6fd7061f92a9ab225fbc9b5d4a9f66a..2412f4310cd502c5f466fc5a49342a696bdaf7d7 100644 |
--- a/core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp |
+++ b/core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp |
@@ -2,10 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "core/include/fpdfapi/fpdf_parser_decode.h" |
dsinclair
2016/03/10 14:15:25
nit: I don't think this goes at the top in the tes
Tom Sepez
2016/03/10 17:19:26
Yes, for test files with the same name.
Per style
|
+ |
#include <cstring> |
#include <string> |
-#include "core/include/fpdfapi/fpdf_parser.h" |
#include "core/include/fxcrt/fx_basic.h" |
#include "testing/embedder_test.h" |
#include "testing/fx_string_testhelpers.h" |