| Index: chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc b/chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc
|
| index f1c1f6dcaf2255e9075f505325d4a908807a1f37..93b2909fca331ac908215e71e9ce3eb5aaef8d18 100644
|
| --- a/chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc
|
| @@ -27,6 +27,8 @@
|
| #include "content/public/browser/render_widget_host_view.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| +using content::RenderViewHost;
|
| +
|
| ExtensionPopupGtk* ExtensionPopupGtk::current_extension_popup_ = NULL;
|
|
|
| // The minimum/maximum dimensions of the extension popup.
|
|
|