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

Unified Diff: chrome/browser/ui/find_bar/find_backend_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
« no previous file with comments | « chrome/browser/ui/fast_unload_controller.h ('k') | chrome/browser/ui/find_bar/find_bar_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/find_bar/find_backend_unittest.cc
diff --git a/chrome/browser/ui/find_bar/find_backend_unittest.cc b/chrome/browser/ui/find_bar/find_backend_unittest.cc
index 699c1000867fe51373fc4a8e3a986de7bd607146..c152729194565bbb9981b95e9a3060d3bd59241b 100644
--- a/chrome/browser/ui/find_bar/find_backend_unittest.cc
+++ b/chrome/browser/ui/find_bar/find_backend_unittest.cc
@@ -44,7 +44,7 @@ TEST_F(FindBackendTest, InternalState) {
EXPECT_EQ(base::string16(), find_tab_helper->find_text());
// Get another WebContents object ready.
- scoped_ptr<WebContents> contents2(
+ std::unique_ptr<WebContents> contents2(
WebContentsTester::CreateTestWebContents(profile(), NULL));
FindTabHelper::CreateForWebContents(contents2.get());
FindTabHelper* find_tab_helper2 =
« no previous file with comments | « chrome/browser/ui/fast_unload_controller.h ('k') | chrome/browser/ui/find_bar/find_bar_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698