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

Unified Diff: chrome/browser/chromeos/ui/accessibility_focus_ring_controller.h

Issue 1870793002: Convert //chrome/browser/chromeos 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
Index: chrome/browser/chromeos/ui/accessibility_focus_ring_controller.h
diff --git a/chrome/browser/chromeos/ui/accessibility_focus_ring_controller.h b/chrome/browser/chromeos/ui/accessibility_focus_ring_controller.h
index 09024b0ee47fd9dbc336dcc79674659650c9c6d6..6c300e7015eb3cb712540597ba0b0e4ee6cfbdbe 100644
--- a/chrome/browser/chromeos/ui/accessibility_focus_ring_controller.h
+++ b/chrome/browser/chromeos/ui/accessibility_focus_ring_controller.h
@@ -91,11 +91,11 @@ class AccessibilityFocusRingController
base::TimeTicks cursor_change_time_;
gfx::Point cursor_location_;
float cursor_opacity_;
- scoped_ptr<AccessibilityCursorRingLayer> cursor_layer_;
+ std::unique_ptr<AccessibilityCursorRingLayer> cursor_layer_;
ui::Compositor* cursor_compositor_;
gfx::Point caret_location_;
- scoped_ptr<AccessibilityCursorRingLayer> caret_layer_;
+ std::unique_ptr<AccessibilityCursorRingLayer> caret_layer_;
friend struct base::DefaultSingletonTraits<AccessibilityFocusRingController>;
« no previous file with comments | « chrome/browser/chromeos/system_logs/touch_log_source_x11.cc ('k') | chrome/browser/chromeos/ui/focus_ring_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698