| Index: chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc b/chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc
|
| index a3202afaca919a2049c7fdd9b3ba866e3bac475c..579237c3085cfc5cdadf3744d0302f36a34dad72 100644
|
| --- a/chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc
|
| @@ -128,8 +128,8 @@ GtkWidget* CreatePermissionTabSection(std::string section_title,
|
| // A popup that is shown for internal pages (like chrome://).
|
| class InternalPageInfoPopupGtk : public BubbleDelegateGtk {
|
| public:
|
| - explicit InternalPageInfoPopupGtk(gfx::NativeWindow parent,
|
| - Profile* profile);
|
| + InternalPageInfoPopupGtk(gfx::NativeWindow parent,
|
| + Profile* profile);
|
| virtual ~InternalPageInfoPopupGtk();
|
|
|
| private:
|
|
|