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

Unified Diff: chrome/browser/ui/gtk/web_intent_picker_gtk.h

Issue 8536010: Cleanup: Remove unneeded forward declarations from chrome/browser/ui/gtk and chrome/browser/ui/co... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: address comments Created 9 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/gtk/tabs/tab_gtk.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/web_intent_picker_gtk.h
===================================================================
--- chrome/browser/ui/gtk/web_intent_picker_gtk.h (revision 109693)
+++ chrome/browser/ui/gtk/web_intent_picker_gtk.h (working copy)
@@ -6,10 +6,10 @@
#define CHROME_BROWSER_UI_GTK_WEB_INTENT_PICKER_GTK_H_
#pragma once
-#include <vector>
-
#include <gtk/gtk.h>
+#include <vector>
+
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
@@ -25,7 +25,6 @@
class TabContents;
class TabContentsContainerGtk;
class TabContentsWrapper;
-class WebIntentController;
class WebIntentPickerDelegate;
// Gtk implementation of WebIntentPicker.
« no previous file with comments | « chrome/browser/ui/gtk/tabs/tab_gtk.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698