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

Unified Diff: chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc

Issue 10787037: browser/ui: Share BookmarkBarInstructions delegate between gtk and views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/bookmarks/bookmark_bar_instructions_gtk.cc
diff --git a/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc b/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc
index 697c5b412c40600c78993b1d43b92991e42280d7..d4f10d82f81611d256a9d2faadc3498216dbb631 100644
--- a/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc
+++ b/chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc
@@ -5,6 +5,7 @@
#include "chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h"
#include "base/observer_list.h"
+#include "chrome/browser/ui/bookmarks/bookmark_bar_instructions_delegate.h"
#include "chrome/browser/ui/gtk/gtk_chrome_link_button.h"
#include "chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox.h"
#include "chrome/browser/ui/gtk/gtk_theme_service.h"
@@ -14,8 +15,9 @@
#include "grit/generated_resources.h"
#include "ui/base/l10n/l10n_util.h"
-BookmarkBarInstructionsGtk::BookmarkBarInstructionsGtk(Delegate* delegate,
- Profile* profile)
+BookmarkBarInstructionsGtk::BookmarkBarInstructionsGtk(
+ chrome::BookmarkBarInstructionsDelegate* delegate,
+ Profile* profile)
: delegate_(delegate),
profile_(profile),
theme_service_(GtkThemeService::GetFrom(profile_)) {

Powered by Google App Engine
This is Rietveld 408576698