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

Unified Diff: chrome/views/view.h

Issue 20112: Cleanup forward declared classes that are not needed. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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 | « chrome/views/table_view.h ('k') | chrome/views/window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/view.h
===================================================================
--- chrome/views/view.h (revision 9264)
+++ chrome/views/view.h (working copy)
@@ -8,12 +8,14 @@
#include "build/build_config.h"
#if defined(OS_WIN)
-#include <atlbase.h>
-#include <atlapp.h>
-#include <atlmisc.h>
+#include <atlbase.h>
+#include <atlapp.h>
+#include <atlmisc.h>
#endif // defined(OS_WIN)
+#include <algorithm>
#include <map>
+#include <string>
#include <vector>
#include "base/gfx/rect.h"
@@ -30,7 +32,6 @@
class AccessibleWrapper;
class ChromeCanvas;
class OSExchangeData;
-class SkBitmap;
namespace views {
@@ -93,7 +94,7 @@
// View class
//
// A View is a rectangle within the views View hierarchy. It is the base
-/// class for all Views.
+// class for all Views.
//
// A View is a container of other Views (there is no such thing as a Leaf
// View - makes code simpler, reduces type conversion headaches, design
@@ -1331,4 +1332,3 @@
} // namespace views
#endif // CHROME_VIEWS_VIEW_H_
-
« no previous file with comments | « chrome/views/table_view.h ('k') | chrome/views/window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698