| Index: Source/core/loader/ImageLoader.cpp
 | 
| diff --git a/Source/core/loader/ImageLoader.cpp b/Source/core/loader/ImageLoader.cpp
 | 
| index ecb7d10eda0468355d192b96f704e1363bb43391..8c588b2c6a5bfa88b98b8c9e8e1f24e70d0136c6 100644
 | 
| --- a/Source/core/loader/ImageLoader.cpp
 | 
| +++ b/Source/core/loader/ImageLoader.cpp
 | 
| @@ -70,7 +70,7 @@ static ImageLoader::BypassMainWorldBehavior shouldBypassMainWorldCSP(ImageLoader
 | 
|      return ImageLoader::DoNotBypassMainWorldCSP;
 | 
|  }
 | 
|  
 | 
| -class ImageLoader::Task : public blink::WebThread::Task {
 | 
| +class ImageLoader::Task : public WebThread::Task {
 | 
|  public:
 | 
|      static PassOwnPtr<Task> create(ImageLoader* loader, UpdateFromElementBehavior updateBehavior)
 | 
|      {
 | 
| 
 |