| Index: chrome/browser/chromeos/login/username_view.cc
|
| diff --git a/chrome/browser/chromeos/login/username_view.cc b/chrome/browser/chromeos/login/username_view.cc
|
| index 58b06a52a95523ad78c6c21502f559d3b1891a54..a93cb01e90fb2465ebf39cebb019e21e1562e466 100644
|
| --- a/chrome/browser/chromeos/login/username_view.cc
|
| +++ b/chrome/browser/chromeos/login/username_view.cc
|
| @@ -97,9 +97,8 @@ UsernameView* UsernameView::CreateShapedUsernameView(
|
| return new HalfRoundedView<UsernameView>(username, use_small_shape);
|
| }
|
|
|
| -gfx::NativeCursor UsernameView::GetCursorForPoint(
|
| - ui::EventType event_type,
|
| - const gfx::Point& p) {
|
| +gfx::NativeCursor UsernameView::GetCursorForPoint(ui::EventType event_type,
|
| + const gfx::Point& p) {
|
| return use_small_shape_ ? gfx::GetCursor(GDK_HAND2) : NULL;
|
| }
|
|
|
|
|