Errrrybody's a scoped_refptr now

This commit is contained in:
joshaber 2017-03-31 13:53:42 -04:00
parent deae70de4d
commit 16cc79354c
4 changed files with 7 additions and 6 deletions

View file

@ -156,7 +156,7 @@ class App : public AtomBrowserClient::Delegate,
#if defined(OS_MACOSX)
void ShowCertificateTrust(atom::NativeWindow* parent_window,
const net::X509Certificate& cert,
const scoped_refptr<net::X509Certificate>& cert,
std::string message,
const ShowTrustCallback& callback,
mate::Arguments* args);