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

Unified Diff: views/widget/widget.h

Issue 8536004: Cleanup: Remove unneeded forward declarations in views. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/widget/native_widget_wayland.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/widget.h
===================================================================
--- views/widget/widget.h (revision 110046)
+++ views/widget/widget.h (working copy)
@@ -6,6 +6,7 @@
#define VIEWS_WIDGET_WIDGET_H_
#pragma once
+#include <set>
#include <stack>
#include "base/gtest_prod_util.h"
@@ -35,7 +36,6 @@
namespace gfx {
class Canvas;
-class Path;
class Point;
class Rect;
}
@@ -56,7 +56,6 @@
class NativeWidget;
class NonClientFrameView;
class ScopedEvent;
-class TooltipManager;
class View;
class WidgetDelegate;
namespace internal {
@@ -747,4 +746,4 @@
} // namespace views
-#endif // VIEWS_WIDGET_WIDGET_H_
+#endif // VIEWS_WIDGET_WIDGET_H_
« no previous file with comments | « views/widget/native_widget_wayland.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698