diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-31 07:11:47 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-31 07:11:47 +0000 |
commit | 600216b7db393edabba6b8f6c15b80ffae1a4506 (patch) | |
tree | 7362069ce6f095396d7176f4c9ef526452fd1010 /views/controls/combobox | |
parent | 0ccf461b39cbbc607f0cbec9085cf1385ec7349f (diff) | |
download | chromium_src-600216b7db393edabba6b8f6c15b80ffae1a4506.zip chromium_src-600216b7db393edabba6b8f6c15b80ffae1a4506.tar.gz chromium_src-600216b7db393edabba6b8f6c15b80ffae1a4506.tar.bz2 |
Cleanup: Remove unneeded headers from app/ (part 2)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3066014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54437 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/controls/combobox')
-rw-r--r-- | views/controls/combobox/native_combobox_win.cc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/views/controls/combobox/native_combobox_win.cc b/views/controls/combobox/native_combobox_win.cc index 13f1912..a936b0c 100644 --- a/views/controls/combobox/native_combobox_win.cc +++ b/views/controls/combobox/native_combobox_win.cc @@ -1,11 +1,10 @@ -// Copyright (c) 2009 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. +// Copyright (c) 2010 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. #include "views/controls/combobox/native_combobox_win.h" #include "app/combobox_model.h" -#include "app/l10n_util.h" #include "app/resource_bundle.h" #include "base/i18n/rtl.h" #include "gfx/font.h" |