| Index: tests/GrDrawTargetTest.cpp
 | 
| diff --git a/tests/GrDrawTargetTest.cpp b/tests/GrDrawTargetTest.cpp
 | 
| index c032d88bd0dab1b29da83a0fd633975023542f18..194a90127772a540c60f28aea61dfcf90e6e3d37 100644
 | 
| --- a/tests/GrDrawTargetTest.cpp
 | 
| +++ b/tests/GrDrawTargetTest.cpp
 | 
| @@ -6,15 +6,15 @@
 | 
|   * found in the LICENSE file.
 | 
|   */
 | 
|  
 | 
| +#include "Test.h"
 | 
|  #if SK_SUPPORT_GPU
 | 
|  
 | 
|  #include "GrContext.h"
 | 
|  #include "GrContextFactory.h"
 | 
|  #include "GrDrawTargetCaps.h"
 | 
|  #include "GrGpu.h"
 | 
| -#include "Test.h"
 | 
|  
 | 
| -static void test_print(skiatest::Reporter*, const GrDrawTargetCaps* caps) {
 | 
| +static void test_print(skiatest::Reporter*, const GrCaps* caps) {
 | 
|      // This used to assert.
 | 
|      SkString result = caps->dump();
 | 
|      SkASSERT(!result.isEmpty());
 | 
| 
 |