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

Unified Diff: chrome/browser/ui/android/view_android_helper.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
« no previous file with comments | « chrome/browser/ui/android/usb_chooser_dialog_android.h ('k') | chrome/browser/ui/app_icon_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/android/view_android_helper.h
diff --git a/chrome/browser/ui/android/view_android_helper.h b/chrome/browser/ui/android/view_android_helper.h
index 7d560026fee58d13dc70503fbd2d865030136530..4ce981790a4e3a7b6268cf019b92000ebd526121 100644
--- a/chrome/browser/ui/android/view_android_helper.h
+++ b/chrome/browser/ui/android/view_android_helper.h
@@ -8,10 +8,6 @@
#include "base/macros.h"
#include "content/public/browser/web_contents_user_data.h"
-namespace ui {
-class WindowAndroid;
-}
-
// Per-tab class to provide access to ViewAndroid object.
class ViewAndroidHelper
: public content::WebContentsUserData<ViewAndroidHelper> {
« no previous file with comments | « chrome/browser/ui/android/usb_chooser_dialog_android.h ('k') | chrome/browser/ui/app_icon_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698