| Index: src/gpu/effects/GrConfigConversionEffect.cpp
 | 
| diff --git a/src/gpu/effects/GrConfigConversionEffect.cpp b/src/gpu/effects/GrConfigConversionEffect.cpp
 | 
| index 4927e29f8a4480514ccc2c050bc5b95845088660..fa97f324be1be16138ffe1826698e4e979a1a38d 100644
 | 
| --- a/src/gpu/effects/GrConfigConversionEffect.cpp
 | 
| +++ b/src/gpu/effects/GrConfigConversionEffect.cpp
 | 
| @@ -11,7 +11,7 @@
 | 
|  #include "GrInvariantOutput.h"
 | 
|  #include "GrSimpleTextureEffect.h"
 | 
|  #include "SkMatrix.h"
 | 
| -#include "gl/GrGLProcessor.h"
 | 
| +#include "gl/GrGLFragmentProcessor.h"
 | 
|  #include "gl/builders/GrGLProgramBuilder.h"
 | 
|  
 | 
|  class GrGLConfigConversionEffect : public GrGLFragmentProcessor {
 | 
| 
 |