Index: chrome/browser/gtk/location_bar_view_gtk.h |
=================================================================== |
--- chrome/browser/gtk/location_bar_view_gtk.h (revision 27027) |
+++ chrome/browser/gtk/location_bar_view_gtk.h (working copy) |
@@ -28,7 +28,7 @@ |
class Browser; |
class CommandUpdater; |
class GtkThemeProvider; |
-class PageAction; |
+class ContextualAction; |
class Profile; |
class SkBitmap; |
class TabContents; |
@@ -104,7 +104,7 @@ |
public: |
PageActionViewGtk( |
LocationBarViewGtk* owner, Profile* profile, |
- const PageAction* page_action); |
+ const ContextualAction* page_action); |
virtual ~PageActionViewGtk(); |
GtkWidget* widget() { return event_box_.get(); } |
@@ -129,7 +129,7 @@ |
// The PageAction that this view represents. The PageAction is not owned by |
// us, it resides in the extension of this particular profile. |
- const PageAction* page_action_; |
+ const ContextualAction* page_action_; |
// The icons representing different states for the page action. |
std::vector<GdkPixbuf*> pixbufs_; |