| Index: samples/pdfium_test.cc
|
| diff --git a/samples/pdfium_test.cc b/samples/pdfium_test.cc
|
| index 11afc2fcd68aeb1939ced9f06eabd8c987a54c24..f2c1e960b21ed8d36bc6bd393bc4f182706abacc 100644
|
| --- a/samples/pdfium_test.cc
|
| +++ b/samples/pdfium_test.cc
|
| @@ -13,13 +13,13 @@
|
| #include <utility>
|
| #include <vector>
|
|
|
| -#include "image_diff_png.h"
|
| #include "public/fpdf_dataavail.h"
|
| #include "public/fpdf_edit.h"
|
| #include "public/fpdf_ext.h"
|
| #include "public/fpdf_formfill.h"
|
| #include "public/fpdf_text.h"
|
| #include "public/fpdfview.h"
|
| +#include "samples/image_diff_png.h"
|
| #include "testing/test_support.h"
|
|
|
| #ifdef PDF_ENABLE_V8
|
|
|