Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: views/view.h

Issue 115309: Remove even more ATL dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/grid_layout_unittest.cc ('k') | views/widget/root_view_drop_target.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/view.h
===================================================================
--- views/view.h (revision 16052)
+++ views/view.h (working copy)
@@ -7,12 +7,6 @@
#include "build/build_config.h"
-#if defined(OS_WIN)
-#include <atlbase.h>
-#include <atlapp.h>
-#include <atlmisc.h>
-#endif // defined(OS_WIN)
-
#include <algorithm>
#include <map>
#include <string>
@@ -25,6 +19,10 @@
#include "views/background.h"
#include "views/border.h"
+#if defined(OS_WIN)
+struct IDataObject;
+#endif // defined(OS_WIN)
+
namespace gfx {
class Insets;
class Path;
« no previous file with comments | « views/grid_layout_unittest.cc ('k') | views/widget/root_view_drop_target.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698