Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(522)

Unified Diff: chrome/browser/ui/crypto_module_delegate_nss.h

Issue 1865213004: Convert //chrome/browser/ui from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/crypto_module_delegate_nss.h
diff --git a/chrome/browser/ui/crypto_module_delegate_nss.h b/chrome/browser/ui/crypto_module_delegate_nss.h
index 139a0b7c5fe5f8fb52c0649ac177997a83ce49fc..45029f8b7c057f7f4cadc05652c01867c4565f3f 100644
--- a/chrome/browser/ui/crypto_module_delegate_nss.h
+++ b/chrome/browser/ui/crypto_module_delegate_nss.h
@@ -40,8 +40,8 @@ class ChromeNSSCryptoModuleDelegate
chrome::CryptoModulePasswordReason reason,
const net::HostPortPair& server,
content::ResourceContext* context,
- const base::Callback<void(scoped_ptr<ChromeNSSCryptoModuleDelegate>)>&
- callback);
+ const base::Callback<
+ void(std::unique_ptr<ChromeNSSCryptoModuleDelegate>)>& callback);
// crypto::NSSCryptoModuleDelegate implementation.
crypto::ScopedPK11Slot RequestSlot() override;

Powered by Google App Engine
This is Rietveld 408576698