| Index: ui/base/touch/touch_enabled.h
|
| diff --git a/ui/base/touch/touch_enabled.h b/ui/base/touch/touch_enabled.h
|
| index 3d91c3a2ff05a864cff4d91f761f4488198eb556..9bfab19f7ce0149194799244e746031336859bcb 100644
|
| --- a/ui/base/touch/touch_enabled.h
|
| +++ b/ui/base/touch/touch_enabled.h
|
| @@ -11,7 +11,7 @@ namespace ui {
|
|
|
| // Returns true if the touch-enabled flag is enabled, or if it is set to auto
|
| // and a touch device is present.
|
| -UI_BASE_EXPORT bool AreTouchEventsEnabled();
|
| +UI_BASE_EXPORT bool IsTouchAPIEnabled();
|
|
|
| } // namespace ui
|
|
|
|
|