| Index: ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.cc
|
| diff --git a/ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.cc b/ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.cc
|
| index 9c3a00e9ec0e38a42346416ec22fe5d385ce0831..3adb35803cb81e7206b5c8d1cfac1e422dcedb38 100644
|
| --- a/ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.cc
|
| +++ b/ui/events/ozone/evdev/libgestures_glue/gesture_property_provider.cc
|
| @@ -505,7 +505,7 @@ bool IsMatchTypeSupported(const std::string& match_type) {
|
|
|
| // Check if a match criteria is a device type one.
|
| bool IsMatchDeviceType(const std::string& match_type) {
|
| - return StartsWithASCII(match_type, "MatchIs", true);
|
| + return base::StartsWithASCII(match_type, "MatchIs", true);
|
| }
|
|
|
| // Parse a boolean value keyword (e.g., on/off, true/false).
|
|
|