| Index: chrome/browser/ui/app_list/app_list_positioner_unittest.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_positioner_unittest.cc b/chrome/browser/ui/app_list/app_list_positioner_unittest.cc
|
| index 50f7cde0e3c4b4943ddbb76ff22718b25317476a..12697bae6e3a0816cfe7a790c42e481e341d9510 100644
|
| --- a/chrome/browser/ui/app_list/app_list_positioner_unittest.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_positioner_unittest.cc
|
| @@ -46,7 +46,7 @@ class AppListPositionerUnitTest : public testing::Test {
|
| new AppListPositioner(display_, view_size, kMinDistanceFromEdge));
|
| }
|
|
|
| - virtual void SetUp() override {
|
| + void SetUp() override {
|
| display_.set_bounds(gfx::Rect(0, 0, kScreenWidth, kScreenHeight));
|
| // Assume there is a menu bar at the top of the screen, as on Mac and Unity.
|
| // This is for cases where the work area does not fill the entire screen.
|
|
|