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

Unified Diff: content/browser/web_contents/aura/overscroll_window_delegate_unittest.cc

Issue 1874893002: Convert //content/browser 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: content/browser/web_contents/aura/overscroll_window_delegate_unittest.cc
diff --git a/content/browser/web_contents/aura/overscroll_window_delegate_unittest.cc b/content/browser/web_contents/aura/overscroll_window_delegate_unittest.cc
index 6b1b54662c3e4a66e7c9c6f58c3a4cf60d93907d..8a76f293d710723f4f9e1da330fe7c76ddbfab74 100644
--- a/content/browser/web_contents/aura/overscroll_window_delegate_unittest.cc
+++ b/content/browser/web_contents/aura/overscroll_window_delegate_unittest.cc
@@ -98,7 +98,7 @@ class OverscrollWindowDelegateTest : public aura::test::AuraTestBase,
}
// Window in which the overscroll window delegate is installed.
- scoped_ptr<aura::Window> window_;
+ std::unique_ptr<aura::Window> window_;
// State flags.
bool overscroll_complete_;

Powered by Google App Engine
This is Rietveld 408576698