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

Unified Diff: chrome/browser/ui/views/javascript_app_modal_event_blocker_x11.h

Issue 2484863005: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Fix another conflict 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
« no previous file with comments | « no previous file | components/exo/surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/javascript_app_modal_event_blocker_x11.h
diff --git a/chrome/browser/ui/views/javascript_app_modal_event_blocker_x11.h b/chrome/browser/ui/views/javascript_app_modal_event_blocker_x11.h
index 08320488d7af7adc877a2e9e0b471afd3e871f3c..1ed0e117e3df70489d94095650b478fb205dad89 100644
--- a/chrome/browser/ui/views/javascript_app_modal_event_blocker_x11.h
+++ b/chrome/browser/ui/views/javascript_app_modal_event_blocker_x11.h
@@ -14,6 +14,10 @@ namespace aura {
class Window;
}
+namespace ui {
+class EventTarget;
+}
+
// JavascriptAppModalEventBlockerX11 blocks events to all browser windows except
// the browser window which hosts |app_modal_window| for the duration of its
// lifetime. JavascriptAppModalEventBlockerX11 should not outlive
« no previous file with comments | « no previous file | components/exo/surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698