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

Unified Diff: chrome/browser/ui/views/ime/ime_window_view.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/ime/ime_window_view.h
diff --git a/chrome/browser/ui/views/ime/ime_window_view.h b/chrome/browser/ui/views/ime/ime_window_view.h
index a68ff95e7adf5a6faec0f0b33726d1a22e097f6a..a36368786068ade57529239eec4f46e37a46ed7e 100644
--- a/chrome/browser/ui/views/ime/ime_window_view.h
+++ b/chrome/browser/ui/views/ime/ime_window_view.h
@@ -20,12 +20,6 @@
#include "ui/views/widget/widget_delegate.h"
#include "ui/views/widget/widget_observer.h"
-class Profile;
-
-namespace extensions {
-class Extension;
-}
-
namespace views {
class WebView;
}
@@ -33,7 +27,6 @@ class WebView;
namespace ui {
class ImeWindowFrameView;
-class ImeWindowHost;
// The views implementation for the IME window UI.
// This interacts with ImeWindow through the ImeNativeWindow interface.
« no previous file with comments | « chrome/browser/ui/views/ime/ime_window_frame_view.h ('k') | chrome/browser/ui/views/infobars/infobar_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698