summaryrefslogtreecommitdiff
path: root/chromium/ui/views/selection_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/views/selection_controller.h')
-rw-r--r--chromium/ui/views/selection_controller.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/ui/views/selection_controller.h b/chromium/ui/views/selection_controller.h
index 4603542d01e..31ec34864ec 100644
--- a/chromium/ui/views/selection_controller.h
+++ b/chromium/ui/views/selection_controller.h
@@ -30,9 +30,9 @@ class VIEWS_EXPORT SelectionController {
public:
// Describes whether the view managing the delegate was initially focused when
// the mouse press was received.
- enum InitialFocusStateOnMousePress {
- FOCUSED,
- UNFOCUSED,
+ enum class InitialFocusStateOnMousePress {
+ kFocused,
+ kUnFocused,
};
// |delegate| must be non-null.