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

Unified Diff: ui/chromeos/ime/candidate_window_view_unittest.cc

Issue 2474163003: Remove stl_util's deletion function use from ui/. (Closed)
Patch Set: braces Created 4 years, 1 month 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/chromeos/ime/candidate_window_view.cc ('k') | ui/events/gestures/gesture_recognizer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/ime/candidate_window_view_unittest.cc
diff --git a/ui/chromeos/ime/candidate_window_view_unittest.cc b/ui/chromeos/ime/candidate_window_view_unittest.cc
index cd8534c256df9b884a3c726fefe878f4c96fb4a6..ec7dbf295d5a7324fd1b1a5efdc8e0bcb659239f 100644
--- a/ui/chromeos/ime/candidate_window_view_unittest.cc
+++ b/ui/chromeos/ime/candidate_window_view_unittest.cc
@@ -95,7 +95,7 @@ class CandidateWindowViewTest : public views::ViewsTestBase {
}
CandidateView* GetCandidateAt(size_t i) {
- return candidate_window_view_->candidate_views_[i];
+ return candidate_window_view_->candidate_views_[i].get();
}
void SelectCandidateAt(int index_in_page) {
« no previous file with comments | « ui/chromeos/ime/candidate_window_view.cc ('k') | ui/events/gestures/gesture_recognizer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698