Index: chrome/browser/ui/gtk/location_bar_view_gtk.h |
diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.h b/chrome/browser/ui/gtk/location_bar_view_gtk.h |
index 1be681a2803fe0e572640deb596507d432634d1e..5881a4115fb8519a203c4ace11b02df96c0bd566 100644 |
--- a/chrome/browser/ui/gtk/location_bar_view_gtk.h |
+++ b/chrome/browser/ui/gtk/location_bar_view_gtk.h |
@@ -38,13 +38,14 @@ |
#include "ui/base/gtk/owned_widget_gtk.h" |
#include "webkit/glue/window_open_disposition.h" |
-class OmniboxViewGtk; |
+class ActionBoxButtonGtk; |
class Browser; |
class CommandUpdater; |
class ContentSettingImageModel; |
class ContentSettingBubbleGtk; |
class ExtensionAction; |
class GtkThemeService; |
+class OmniboxViewGtk; |
class SkBitmap; |
class ToolbarModel; |
@@ -482,6 +483,8 @@ class LocationBarViewGtk : public OmniboxEditController, |
// Alignment used to wrap |location_entry_|. |
GtkWidget* location_entry_alignment_; |
+ scoped_ptr<ActionBoxButtonGtk> action_box_button_; |
+ |
CommandUpdater* command_updater_; |
ToolbarModel* toolbar_model_; |
Browser* browser_; |