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

Unified Diff: chrome/browser/ui/search_engines/keyword_editor_controller_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/search_engines/keyword_editor_controller_unittest.cc
diff --git a/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc b/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc
index 4bfa749a30316ac56ccf695258d4c560e9ae2987..f982d81ccf26e3730a3409db9e0aa022c3af32ff 100644
--- a/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc
+++ b/chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc
@@ -104,7 +104,7 @@ class KeywordEditorControllerTest : public testing::Test,
private:
content::TestBrowserThreadBundle thread_bundle_;
TestingProfile profile_;
- scoped_ptr<KeywordEditorController> controller_;
+ std::unique_ptr<KeywordEditorController> controller_;
TemplateURLServiceFactoryTestUtil util_;
bool simulate_load_failure_;

Powered by Google App Engine
This is Rietveld 408576698