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

Unified Diff: chrome/browser/ui/webui/settings/settings_manage_profile_handler_unittest.cc

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/webui/settings/settings_manage_profile_handler_unittest.cc
diff --git a/chrome/browser/ui/webui/settings/settings_manage_profile_handler_unittest.cc b/chrome/browser/ui/webui/settings/settings_manage_profile_handler_unittest.cc
index d960db2e92c12059f5e5159a9ae2592536a76890..49d57ab839f22e87e6fe0c016e07cc7f399d84ab 100644
--- a/chrome/browser/ui/webui/settings/settings_manage_profile_handler_unittest.cc
+++ b/chrome/browser/ui/webui/settings/settings_manage_profile_handler_unittest.cc
@@ -65,7 +65,7 @@ class ManageProfileHandlerTest : public testing::Test {
content::TestWebUI web_ui_;
Profile* profile_;
- scoped_ptr<TestManageProfileHandler> handler_;
+ std::unique_ptr<TestManageProfileHandler> handler_;
};
TEST_F(ManageProfileHandlerTest, HandleSetProfileIconAndName) {

Powered by Google App Engine
This is Rietveld 408576698