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

Unified Diff: chrome/browser/ui/views/tabs/tab_drag_controller.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment Created 4 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
Index: chrome/browser/ui/views/tabs/tab_drag_controller.h
diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller.h b/chrome/browser/ui/views/tabs/tab_drag_controller.h
index 2944bfea4e003a8f60f89f6cc90e9b7c8684da92..9bb40429e67c13859872702ee0ae3703c588d284 100644
--- a/chrome/browser/ui/views/tabs/tab_drag_controller.h
+++ b/chrome/browser/ui/views/tabs/tab_drag_controller.h
@@ -21,9 +21,6 @@
#include "ui/gfx/native_widget_types.h"
#include "ui/views/widget/widget_observer.h"
-namespace gfx {
-class Screen;
-}
namespace ui {
class EventHandler;
class ListSelectionModel;
@@ -34,7 +31,6 @@ class View;
class Browser;
class Tab;
class TabDragControllerTest;
-struct TabRendererData;
class TabStrip;
class TabStripModel;
class WindowFinder;

Powered by Google App Engine
This is Rietveld 408576698