| Index: Source/platform/blob/BlobRegistry.cpp
 | 
| diff --git a/Source/platform/blob/BlobRegistry.cpp b/Source/platform/blob/BlobRegistry.cpp
 | 
| index 48b0f116ce9533f9492246225a27d40ffff519b5..16759fca88d05c65dfa36eb869eb31fd140be521 100644
 | 
| --- a/Source/platform/blob/BlobRegistry.cpp
 | 
| +++ b/Source/platform/blob/BlobRegistry.cpp
 | 
| @@ -54,7 +54,7 @@ namespace blink {
 | 
|  class BlobOriginCache : public SecurityOriginCache {
 | 
|  public:
 | 
|      BlobOriginCache();
 | 
| -    virtual SecurityOrigin* cachedOrigin(const KURL&) OVERRIDE;
 | 
| +    virtual SecurityOrigin* cachedOrigin(const KURL&) override;
 | 
|  };
 | 
|  
 | 
|  struct BlobRegistryContext {
 | 
| 
 |