diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-05 10:58:28 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-05 10:58:28 +0000 |
commit | 9319bd3c62318f2ee3dd39afd902f913ba650972 (patch) | |
tree | 8375cdcbfccfb3e57bba9d6784a42453336b7196 /gfx | |
parent | eb440953702b7c125c178730c0a665483c3eb2e7 (diff) | |
download | chromium_src-9319bd3c62318f2ee3dd39afd902f913ba650972.zip chromium_src-9319bd3c62318f2ee3dd39afd902f913ba650972.tar.gz chromium_src-9319bd3c62318f2ee3dd39afd902f913ba650972.tar.bz2 |
base: Remove unnecessary includes from scoped_handle_win.h
BUG=None
TEST=trybots
Review URL: http://codereview.chromium.org/5988009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70500 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/native_theme_win.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gfx/native_theme_win.cc b/gfx/native_theme_win.cc index 5f771f7..b563b4f 100644 --- a/gfx/native_theme_win.cc +++ b/gfx/native_theme_win.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. @@ -11,6 +11,7 @@ #include "base/logging.h" #include "base/scoped_handle.h" +#include "base/win/scoped_gdi_object.h" #include "base/win/scoped_hdc.h" #include "base/win/windows_version.h" #include "gfx/gdi_util.h" |