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

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

Issue 6257006: Move a bunch of random other files to src/ui/base... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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/location_bar_view_gtk.h ('k') | chrome/browser/ui/gtk/menu_bar_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/menu_bar_helper.h
===================================================================
--- chrome/browser/ui/gtk/menu_bar_helper.h (revision 71854)
+++ chrome/browser/ui/gtk/menu_bar_helper.h (working copy)
@@ -13,10 +13,12 @@
#include <vector>
-#include "app/gtk_signal.h"
#include "base/scoped_ptr.h"
+#include "ui/base/gtk/gtk_signal.h"
+namespace ui {
class GtkSignalRegistrar;
+}
class MenuBarHelper {
public:
@@ -70,7 +72,7 @@
// Signal handlers that are attached only between the "show" and "hide" events
// for the menu.
- scoped_ptr<GtkSignalRegistrar> signal_handlers_;
+ scoped_ptr<ui::GtkSignalRegistrar> signal_handlers_;
Delegate* delegate_;
};
« no previous file with comments | « chrome/browser/ui/gtk/location_bar_view_gtk.h ('k') | chrome/browser/ui/gtk/menu_bar_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698