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

Unified Diff: chrome/browser/supervised_user/legacy/supervised_user_registration_utility_stub.cc

Issue 1878143002: Convert //chrome/browser/supervised_user 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: chrome/browser/supervised_user/legacy/supervised_user_registration_utility_stub.cc
diff --git a/chrome/browser/supervised_user/legacy/supervised_user_registration_utility_stub.cc b/chrome/browser/supervised_user/legacy/supervised_user_registration_utility_stub.cc
index 2a73e386e4b3f6be1bdb5cf00a39014654909f05..ce6fc2a33e7bb73c560d3a2d5e629fe840aba1d7 100644
--- a/chrome/browser/supervised_user/legacy/supervised_user_registration_utility_stub.cc
+++ b/chrome/browser/supervised_user/legacy/supervised_user_registration_utility_stub.cc
@@ -4,8 +4,9 @@
#include "chrome/browser/supervised_user/legacy/supervised_user_registration_utility_stub.h"
+#include <memory>
+
#include "base/bind.h"
-#include "base/memory/scoped_ptr.h"
#include "base/strings/utf_string_conversions.h"
#include "google_apis/gaia/gaia_urls.h"
#include "google_apis/gaia/google_service_auth_error.h"

Powered by Google App Engine
This is Rietveld 408576698