diff options
Diffstat (limited to 'chrome/browser/views/about_chrome_view.cc')
-rw-r--r-- | chrome/browser/views/about_chrome_view.cc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chrome/browser/views/about_chrome_view.cc b/chrome/browser/views/about_chrome_view.cc index 2241641..347e717a 100644 --- a/chrome/browser/views/about_chrome_view.cc +++ b/chrome/browser/views/about_chrome_view.cc @@ -10,8 +10,6 @@ #include "base/string_util.h" #include "base/win_util.h" #include "base/word_iterator.h" -#include "chrome/app/locales/locale_settings.h" -#include "grit/theme_resources.h" #include "chrome/browser/browser_list.h" #include "chrome/common/gfx/chrome_canvas.h" #include "chrome/common/gfx/color_utils.h" @@ -25,11 +23,12 @@ #include "chrome/views/text_field.h" #include "chrome/views/throbber.h" #include "chrome/views/window.h" +#include "grit/chromium_strings.h" +#include "grit/generated_resources.h" +#include "grit/locale_settings.h" +#include "grit/theme_resources.h" #include "webkit/glue/webkit_glue.h" -#include "chromium_strings.h" -#include "generated_resources.h" - namespace { // The pixel width of the version text field. Ideally, we'd like to have the // bounds set to the edge of the icon. However, the icon is not a view but a |