summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-09 18:55:35 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-09 18:55:35 +0000
commit9c1e5f0669ef6904b864392d8c6c489d46935250 (patch)
tree0464406267f8fda9d3178de1797e5d619006071c /chrome/browser/tab_contents
parent2aa3f645ea5342deee58ac844da3887eaa04ec75 (diff)
downloadchromium_src-9c1e5f0669ef6904b864392d8c6c489d46935250.zip
chromium_src-9c1e5f0669ef6904b864392d8c6c489d46935250.tar.gz
chromium_src-9c1e5f0669ef6904b864392d8c6c489d46935250.tar.bz2
Remove unused ATL headers.
BUG=5027 TEST=none Review URL: http://codereview.chromium.org/194051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25761 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents')
-rw-r--r--chrome/browser/tab_contents/web_drag_source.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/tab_contents/web_drag_source.cc b/chrome/browser/tab_contents/web_drag_source.cc
index 6f6b243..d3f6803 100644
--- a/chrome/browser/tab_contents/web_drag_source.cc
+++ b/chrome/browser/tab_contents/web_drag_source.cc
@@ -2,12 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#if defined(OS_WIN)
-#include <atlbase.h>
-#include <atlapp.h>
-#include <atlmisc.h>
-#endif
-
#include "chrome/browser/tab_contents/web_drag_source.h"
#include "chrome/browser/renderer_host/render_view_host.h"