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

Unified Diff: chrome/browser/ui/gtk/profile_menu_button.h

Issue 7708021: content: Move render_widget_host_view_gtk to content/ try 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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
« no previous file with comments | « chrome/browser/ui/gtk/owned_widget_gtk.cc ('k') | chrome/browser/ui/gtk/reload_button_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/profile_menu_button.h
diff --git a/chrome/browser/ui/gtk/profile_menu_button.h b/chrome/browser/ui/gtk/profile_menu_button.h
index 346534bebf09247a69ae2502dbfbbf27f1e3f921..d8f51cf730f8d4bbe6db31278bc0a06646c3fa65 100644
--- a/chrome/browser/ui/gtk/profile_menu_button.h
+++ b/chrome/browser/ui/gtk/profile_menu_button.h
@@ -11,7 +11,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/string16.h"
#include "chrome/browser/ui/gtk/menu_gtk.h"
-#include "chrome/browser/ui/gtk/owned_widget_gtk.h"
+#include "ui/base/gtk/owned_widget_gtk.h"
class Browser;
class ProfileMenuModel;
@@ -33,7 +33,7 @@ class ProfileMenuButton {
scoped_ptr<MenuGtk> menu_;
scoped_ptr<ProfileMenuModel> profile_menu_model_;
- OwnedWidgetGtk widget_;
+ ui::OwnedWidgetGtk widget_;
Browser* browser_;
DISALLOW_COPY_AND_ASSIGN(ProfileMenuButton);
« no previous file with comments | « chrome/browser/ui/gtk/owned_widget_gtk.cc ('k') | chrome/browser/ui/gtk/reload_button_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698