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

Unified Diff: ash/host/ash_window_tree_host.h

Issue 2526333002: ash: Cleanup class/struct forward declarations (Closed)
Patch Set: 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: ash/host/ash_window_tree_host.h
diff --git a/ash/host/ash_window_tree_host.h b/ash/host/ash_window_tree_host.h
index bf9afa49ae38a989df35b988f30f8f6b1725da80..371d100646f1230e27b58c08ccd99ba135698aaa 100644
--- a/ash/host/ash_window_tree_host.h
+++ b/ash/host/ash_window_tree_host.h
@@ -11,18 +11,14 @@
#include "base/callback_forward.h"
namespace aura {
-class Window;
class WindowTreeHost;
}
namespace gfx {
class Insets;
-class Rect;
}
namespace ui {
-class EventSource;
-class KeyEvent;
class LocatedEvent;
}

Powered by Google App Engine
This is Rietveld 408576698