Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc

Issue 9600036: Move Render(View|Widget)Host and associated classes to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698