| Index: src/gpu/effects/GrBicubicEffect.h
 | 
| diff --git a/src/gpu/effects/GrBicubicEffect.h b/src/gpu/effects/GrBicubicEffect.h
 | 
| index 11075f2398b79ed6b8513fb66dd443ceca208cf4..86118f7b782af3c2760f6409bc953284cfd8d343 100644
 | 
| --- a/src/gpu/effects/GrBicubicEffect.h
 | 
| +++ b/src/gpu/effects/GrBicubicEffect.h
 | 
| @@ -10,7 +10,7 @@
 | 
|  
 | 
|  #include "GrSingleTextureEffect.h"
 | 
|  #include "GrTextureDomain.h"
 | 
| -#include "gl/GrGLProcessor.h"
 | 
| +#include "gl/GrGLFragmentProcessor.h"
 | 
|  
 | 
|  class GrGLBicubicEffect;
 | 
|  class GrInvariantOutput;
 | 
| 
 |