| Index: third_party/WebKit/public/platform/WebURLResponse.h | 
| diff --git a/third_party/WebKit/public/platform/WebURLResponse.h b/third_party/WebKit/public/platform/WebURLResponse.h | 
| index 7983419ea052b4f6cd72fbd745e91311ad61ecf2..fd25a2bcaef3ab6bf5706e806ebe14b6293a6a08 100644 | 
| --- a/third_party/WebKit/public/platform/WebURLResponse.h | 
| +++ b/third_party/WebKit/public/platform/WebURLResponse.h | 
| @@ -249,7 +249,7 @@ public: | 
| // deleted when the last resource response is destroyed. Setting the extra | 
| // data pointer will cause the underlying resource response to be | 
| // dissociated from any existing non-null extra data pointer. | 
| -    BLINK_PLATFORM_EXPORT ExtraData* extraData() const; | 
| +    BLINK_PLATFORM_EXPORT ExtraData* getExtraData() const; | 
| BLINK_PLATFORM_EXPORT void setExtraData(ExtraData*); | 
|  | 
| protected: | 
|  |