| Index: ui/views/corewm/tooltip_controller_test_helper.h
|
| diff --git a/ui/views/corewm/tooltip_controller_test_helper.h b/ui/views/corewm/tooltip_controller_test_helper.h
|
| index 4451ff35fec495dc0eebf69941ec3eab21af4a36..5221b4be5408894a7c245d936920f90c3eca0bac 100644
|
| --- a/ui/views/corewm/tooltip_controller_test_helper.h
|
| +++ b/ui/views/corewm/tooltip_controller_test_helper.h
|
| @@ -31,6 +31,7 @@ class TooltipControllerTestHelper {
|
| TooltipController* controller() { return controller_; }
|
|
|
| // These are mostly cover methods for TooltipController private methods.
|
| + gfx::Point GetTooltipPosition();
|
| base::string16 GetTooltipText();
|
| aura::Window* GetTooltipWindow();
|
| void FireTooltipTimer();
|
|
|