X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fnet%2Fspdyproxy%2Fdata_reduction_proxy_infobar_delegate.cc;h=beae67f65e81b505e325abaa092d5a0a31c3bb54;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=f936e1c53aede344ed8bbf5b443b5c65b19ad642;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.cc b/src/chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.cc index f936e1c..beae67f 100644 --- a/src/chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.cc +++ b/src/chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.cc @@ -28,8 +28,7 @@ void DataReductionProxyInfoBarDelegate::Create( // static scoped_ptr DataReductionProxyInfoBarDelegate::CreateInfoBar( scoped_ptr delegate) { - return ConfirmInfoBarDelegate::CreateInfoBar( - delegate.PassAs()); + return ConfirmInfoBarDelegate::CreateInfoBar(delegate.Pass()); } #endif