| Index: samples/pdfium_test.cc
 | 
| diff --git a/samples/pdfium_test.cc b/samples/pdfium_test.cc
 | 
| index 3e71a60a13380059fd109ffd3dc61a7a517d147d..816228705352f492499f1be229541ee9af15e092 100644
 | 
| --- a/samples/pdfium_test.cc
 | 
| +++ b/samples/pdfium_test.cc
 | 
| @@ -14,13 +14,13 @@
 | 
|  #include <utility>
 | 
|  #include <vector>
 | 
|  
 | 
| -#include "../testing/test_support.h"
 | 
|  #include "image_diff_png.h"
 | 
|  #include "public/fpdf_dataavail.h"
 | 
|  #include "public/fpdf_ext.h"
 | 
|  #include "public/fpdf_formfill.h"
 | 
|  #include "public/fpdf_text.h"
 | 
|  #include "public/fpdfview.h"
 | 
| +#include "testing/test_support.h"
 | 
|  
 | 
|  #ifdef PDF_ENABLE_V8
 | 
|  #include "v8/include/libplatform/libplatform.h"
 | 
| 
 |