summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-05 10:58:28 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-05 10:58:28 +0000
commit9319bd3c62318f2ee3dd39afd902f913ba650972 (patch)
tree8375cdcbfccfb3e57bba9d6784a42453336b7196 /chrome
parenteb440953702b7c125c178730c0a665483c3eb2e7 (diff)
downloadchromium_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 'chrome')
-rw-r--r--chrome/browser/ui/tabs/dock_info_win.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/ui/tabs/dock_info_win.cc b/chrome/browser/ui/tabs/dock_info_win.cc
index 5e59ce5..c9aa412 100644
--- a/chrome/browser/ui/tabs/dock_info_win.cc
+++ b/chrome/browser/ui/tabs/dock_info_win.cc
@@ -1,9 +1,10 @@
-// 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.
#include "chrome/browser/ui/tabs/dock_info.h"
+#include "base/win/scoped_gdi_object.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_list.h"
#include "chrome/browser/ui/browser_window.h"