| Index: chrome/browser/chromeos/login/new_user_view.cc
|
| diff --git a/chrome/browser/chromeos/login/new_user_view.cc b/chrome/browser/chromeos/login/new_user_view.cc
|
| index 7365250efc3d12325f109668919ce3f5939c5bbf..95f19ca95bb8532d63de6e66fcbb34c5564104f8 100644
|
| --- a/chrome/browser/chromeos/login/new_user_view.cc
|
| +++ b/chrome/browser/chromeos/login/new_user_view.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -34,6 +34,7 @@
|
| #include "ui/gfx/font.h"
|
| #include "views/controls/button/menu_button.h"
|
| #include "views/controls/label.h"
|
| +#include "views/controls/textfield/textfield.h"
|
| #include "views/controls/throbber.h"
|
| #include "views/widget/widget_gtk.h"
|
|
|
|
|