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

Unified Diff: components/web_resource/resource_request_allowed_notifier_test_util.cc

Issue 1917673002: Convert //components/[u-z]* from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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: components/web_resource/resource_request_allowed_notifier_test_util.cc
diff --git a/components/web_resource/resource_request_allowed_notifier_test_util.cc b/components/web_resource/resource_request_allowed_notifier_test_util.cc
index 8b9382ccc795006b6df8fb873cddef51f25fd7a0..e2974520a9fa3dd208cb79c1a88f6ba6683c2c7e 100644
--- a/components/web_resource/resource_request_allowed_notifier_test_util.cc
+++ b/components/web_resource/resource_request_allowed_notifier_test_util.cc
@@ -17,7 +17,7 @@ TestRequestAllowedNotifier::~TestRequestAllowedNotifier() {
void TestRequestAllowedNotifier::InitWithEulaAcceptNotifier(
Observer* observer,
- scoped_ptr<EulaAcceptedNotifier> eula_notifier) {
+ std::unique_ptr<EulaAcceptedNotifier> eula_notifier) {
test_eula_notifier_.swap(eula_notifier);
Init(observer);
}

Powered by Google App Engine
This is Rietveld 408576698