| Index: testing/embedder_test.h
|
| diff --git a/testing/embedder_test.h b/testing/embedder_test.h
|
| index ea93131749f297c9574a6bdfc3ab8649b8079f00..5cede6c6b4ba0ba95cb67892a1822d7b60a0162a 100644
|
| --- a/testing/embedder_test.h
|
| +++ b/testing/embedder_test.h
|
| @@ -8,10 +8,10 @@
|
| #include <string>
|
|
|
| #include "../core/include/fxcrt/fx_system.h"
|
| -#include "../fpdfsdk/include/fpdf_dataavail.h"
|
| -#include "../fpdfsdk/include/fpdf_ext.h"
|
| -#include "../fpdfsdk/include/fpdfformfill.h"
|
| -#include "../fpdfsdk/include/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 "v8/include/v8.h"
|
|
|
|
|