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

Unified Diff: ui/aura/env.cc

Issue 1868363002: Replace scoped_ptr with std::unique_ptr in //ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scopedptrcc
Patch Set: scopedptrui: rebase-make_scoped_ptr 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 | « ui/aura/env.h ('k') | ui/aura/gestures/gesture_recognizer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/env.cc
diff --git a/ui/aura/env.cc b/ui/aura/env.cc
index 672f4db8b026d73066293a633eb2a80796fbf03e..058d94a05eef060058198e95c95a5f4d34ea1b5c 100644
--- a/ui/aura/env.cc
+++ b/ui/aura/env.cc
@@ -123,7 +123,7 @@ ui::EventTarget* Env::GetParentTarget() {
return NULL;
}
-scoped_ptr<ui::EventTargetIterator> Env::GetChildIterator() const {
+std::unique_ptr<ui::EventTargetIterator> Env::GetChildIterator() const {
return nullptr;
}
« no previous file with comments | « ui/aura/env.h ('k') | ui/aura/gestures/gesture_recognizer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698