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

Unified Diff: ui/events/ozone/chromeos/cursor_controller.h

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ToT Created 5 years, 3 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: ui/events/ozone/chromeos/cursor_controller.h
diff --git a/ui/events/ozone/chromeos/cursor_controller.h b/ui/events/ozone/chromeos/cursor_controller.h
index b89ae901b2c95bbcb60224a924a44a2e64c82ea1..a35971e920e60cd05e1d2f64bf24a2e2cdc6a517 100644
--- a/ui/events/ozone/chromeos/cursor_controller.h
+++ b/ui/events/ozone/chromeos/cursor_controller.h
@@ -61,7 +61,7 @@ class EVENTS_OZONE_EXPORT CursorController {
private:
CursorController();
~CursorController();
- friend struct DefaultSingletonTraits<CursorController>;
+ friend struct base::DefaultSingletonTraits<CursorController>;
struct PerWindowCursorConfiguration {
gfx::Display::Rotation rotation;
« no previous file with comments | « ui/events/gesture_detection/gesture_configuration_default.cc ('k') | ui/events/ozone/chromeos/cursor_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698