| Index: views/touchui/gesture_manager.h
|
| diff --git a/views/touchui/gesture_manager.h b/views/touchui/gesture_manager.h
|
| index 2b905d3f5366f0238ce8aa586c3e6abdb9a6faaa..ae29ea2a88257018c2a3b614e46dbc61162135ab 100644
|
| --- a/views/touchui/gesture_manager.h
|
| +++ b/views/touchui/gesture_manager.h
|
| @@ -23,7 +23,7 @@ class GestureManager {
|
| public:
|
| virtual ~GestureManager();
|
|
|
| - static GestureManager* Get();
|
| + static GestureManager* GetInstance();
|
|
|
| // Invoked for each touch event that could contribute to the current gesture.
|
| // Takes the event and the View that originated it and which will also
|
|
|