| Index: chrome/browser/views/about_chrome_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/about_chrome_view.cc (revision 15319)
|
| +++ chrome/browser/views/about_chrome_view.cc (working copy)
|
| @@ -6,6 +6,7 @@
|
|
|
| #include <commdlg.h>
|
|
|
| +#include "app/l10n_util.h"
|
| #include "app/resource_bundle.h"
|
| #include "base/file_version_info.h"
|
| #include "base/string_util.h"
|
| @@ -17,7 +18,6 @@
|
| #include "chrome/browser/metrics/user_metrics.h"
|
| #include "chrome/browser/views/restart_message_box.h"
|
| #include "chrome/browser/views/standard_layout.h"
|
| -#include "chrome/common/l10n_util.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/installer/util/install_util.h"
|
| #include "chrome/views/controls/text_field.h"
|
|
|