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

Unified Diff: chrome/browser/ui/native_window_tracker_browsertest.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/native_window_tracker.h ('k') | chrome/browser/ui/navigation_correction_tab_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/native_window_tracker_browsertest.cc
diff --git a/chrome/browser/ui/native_window_tracker_browsertest.cc b/chrome/browser/ui/native_window_tracker_browsertest.cc
index 5458db27e450e8cf63b8ac819c0e1550ac010238..ca5ad3ea693da1aa7b280abe3cc00d65980887b1 100644
--- a/chrome/browser/ui/native_window_tracker_browsertest.cc
+++ b/chrome/browser/ui/native_window_tracker_browsertest.cc
@@ -16,7 +16,7 @@ IN_PROC_BROWSER_TEST_F(NativeWindowTrackerTest, Basic) {
// closed.
CreateBrowser(browser()->profile());
- scoped_ptr<NativeWindowTracker> tracker =
+ std::unique_ptr<NativeWindowTracker> tracker =
NativeWindowTracker::Create(browser()->window()->GetNativeWindow());
EXPECT_FALSE(tracker->WasNativeWindowClosed());
« no previous file with comments | « chrome/browser/ui/native_window_tracker.h ('k') | chrome/browser/ui/navigation_correction_tab_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698