X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcomponents%2Finfobars%2Ftest%2Finfobar_test.cc;h=b661b50842179606b9d3f19e51ff6156419e9094;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=4b3504ede4451fbc5b782e50298f506328e0e80d;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/components/infobars/test/infobar_test.cc b/src/components/infobars/test/infobar_test.cc index 4b3504e..b661b50 100644 --- a/src/components/infobars/test/infobar_test.cc +++ b/src/components/infobars/test/infobar_test.cc @@ -28,6 +28,5 @@ const int infobars::InfoBar::kDefaultBarTargetHeight = 36; // ConfirmInfoBarDelegate::CreateInfoBar() return a non-NULL infobar. scoped_ptr ConfirmInfoBarDelegate::CreateInfoBar( scoped_ptr delegate) { - return scoped_ptr(new infobars::InfoBar( - delegate.PassAs())); + return scoped_ptr(new infobars::InfoBar(delegate.Pass())); }