summaryrefslogtreecommitdiffstats
path: root/chrome/views
diff options
context:
space:
mode:
authormaruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-12 15:22:13 +0000
committermaruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-12 15:22:13 +0000
commite1981f43505c69351e5786eac1bff1913f4c96db (patch)
tree9be2552eea732795716489cba689918dc5dd74a3 /chrome/views
parent169da8f5bba74250fe73f708a1a3b666b4fb2431 (diff)
downloadchromium_src-e1981f43505c69351e5786eac1bff1913f4c96db.zip
chromium_src-e1981f43505c69351e5786eac1bff1913f4c96db.tar.gz
chromium_src-e1981f43505c69351e5786eac1bff1913f4c96db.tar.bz2
Cleanup a few files, reduce the number of includes.
Applied glint. No code change, just moving around. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@713 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views')
-rw-r--r--chrome/views/background.cc6
-rw-r--r--chrome/views/border.cc4
-rw-r--r--chrome/views/combo_box.cc3
3 files changed, 8 insertions, 5 deletions
diff --git a/chrome/views/background.cc b/chrome/views/background.cc
index ba80361..4fdad1d 100644
--- a/chrome/views/background.cc
+++ b/chrome/views/background.cc
@@ -27,12 +27,14 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#include "chrome/common/gfx/chrome_canvas.h"
#include "chrome/views/background.h"
+
+#include "base/gfx/skia_utils.h"
+#include "base/logging.h"
+#include "chrome/common/gfx/chrome_canvas.h"
#include "chrome/views/painter.h"
#include "chrome/views/view.h"
#include "skia/include/SkPaint.h"
-#include "base/gfx/skia_utils.h"
namespace ChromeViews {
diff --git a/chrome/views/border.cc b/chrome/views/border.cc
index 3904a508..710f186 100644
--- a/chrome/views/border.cc
+++ b/chrome/views/border.cc
@@ -27,7 +27,9 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#include "border.h"
+#include "chrome/views/border.h"
+
+#include "base/logging.h"
namespace ChromeViews {
diff --git a/chrome/views/combo_box.cc b/chrome/views/combo_box.cc
index ab5987d..7aad1cf 100644
--- a/chrome/views/combo_box.cc
+++ b/chrome/views/combo_box.cc
@@ -29,11 +29,10 @@
#include "chrome/views/combo_box.h"
-#include <windows.h>
#include "base/gfx/native_theme.h"
#include "base/gfx/rect.h"
-
#include "chrome/common/gfx/chrome_canvas.h"
+#include "chrome/common/gfx/chrome_font.h"
#include "chrome/common/resource_bundle.h"
// Limit how small a combobox can be.