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

Unified Diff: ui/keyboard/content/keyboard_ui_content.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 | « ui/gl/test/gl_surface_test_support.h ('k') | ui/message_center/fake_message_center.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/content/keyboard_ui_content.h
diff --git a/ui/keyboard/content/keyboard_ui_content.h b/ui/keyboard/content/keyboard_ui_content.h
index 29c8a110ba7a5ec9c60e22e65a56372001930614..85a9372d0956985c502a952b3f0db0bd75a88cfd 100644
--- a/ui/keyboard/content/keyboard_ui_content.h
+++ b/ui/keyboard/content/keyboard_ui_content.h
@@ -19,22 +19,17 @@ class Window;
}
namespace content {
class BrowserContext;
-class SiteInstance;
class WebContents;
}
namespace gfx {
class Rect;
}
-namespace ui {
-class InputMethod;
-}
namespace wm {
class Shadow;
}
namespace keyboard {
-class KeyboardController;
class WindowBoundsChangeObserver;
// An implementation of KeyboardUI that uses a content::WebContents to implement
« no previous file with comments | « ui/gl/test/gl_surface_test_support.h ('k') | ui/message_center/fake_message_center.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698