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

Unified Diff: chrome/browser/ui/gtk/reload_button_gtk.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/profile_menu_button.h ('k') | chrome/browser/ui/gtk/sad_tab_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/reload_button_gtk.h
diff --git a/chrome/browser/ui/gtk/reload_button_gtk.h b/chrome/browser/ui/gtk/reload_button_gtk.h
index 8f7700e0c5aee89ff5f9f0881be7e351f0ffeaea..901288ac8781f4de73b19a88075070f5fb33043f 100644
--- a/chrome/browser/ui/gtk/reload_button_gtk.h
+++ b/chrome/browser/ui/gtk/reload_button_gtk.h
@@ -11,10 +11,10 @@
#include "base/basictypes.h"
#include "base/timer.h"
#include "chrome/browser/ui/gtk/custom_button.h"
-#include "chrome/browser/ui/gtk/owned_widget_gtk.h"
#include "content/common/notification_observer.h"
#include "content/common/notification_registrar.h"
#include "ui/base/gtk/gtk_signal.h"
+#include "ui/base/gtk/owned_widget_gtk.h"
class Browser;
class GtkThemeService;
@@ -83,7 +83,7 @@ class ReloadButtonGtk : public NotificationObserver {
CustomDrawButtonBase stop_;
CustomDrawHoverController hover_controller_;
- OwnedWidgetGtk widget_;
+ ui::OwnedWidgetGtk widget_;
// The delay times for the timers. These are members so that tests can modify
// them.
« no previous file with comments | « chrome/browser/ui/gtk/profile_menu_button.h ('k') | chrome/browser/ui/gtk/sad_tab_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698