| 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.
|
|
|