| Index: content/ppapi_plugin/ppapi_blink_platform_impl.cc
|
| diff --git a/content/ppapi_plugin/ppapi_blink_platform_impl.cc b/content/ppapi_plugin/ppapi_blink_platform_impl.cc
|
| index bf0088ea925e008450618d6cb9acd51213e34fb0..b13765a4948e29ac0c2a3cb287f644646855ced6 100644
|
| --- a/content/ppapi_plugin/ppapi_blink_platform_impl.cc
|
| +++ b/content/ppapi_plugin/ppapi_blink_platform_impl.cc
|
| @@ -205,7 +205,7 @@ blink::WebThemeEngine* PpapiBlinkPlatformImpl::ThemeEngine() {
|
| return NULL;
|
| }
|
|
|
| -blink::WebURLLoader* PpapiBlinkPlatformImpl::CreateURLLoader() {
|
| +std::unique_ptr<blink::WebURLLoader> PpapiBlinkPlatformImpl::CreateURLLoader() {
|
| NOTREACHED();
|
| return NULL;
|
| }
|
|
|