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

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

Issue 9700023: Move creation of content TabContentsViews to content so that we can hide these headers through DEPS… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac 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/constrained_window_gtk.h
===================================================================
--- chrome/browser/ui/gtk/constrained_window_gtk.h (revision 126521)
+++ chrome/browser/ui/gtk/constrained_window_gtk.h (working copy)
@@ -20,7 +20,7 @@
#if defined(TOOLKIT_VIEWS)
class NativeTabContentsViewGtk;
#else
-class ChromeWebContentsViewGtkDelegate;
+class ChromeWebContentsViewDelegateGtk;
#endif
class ConstrainedWindowGtkDelegate {
@@ -52,7 +52,7 @@
#if defined(TOOLKIT_VIEWS)
typedef NativeTabContentsViewGtk TabContentsViewType;
#else
- typedef ChromeWebContentsViewGtkDelegate TabContentsViewType;
+ typedef ChromeWebContentsViewDelegateGtk TabContentsViewType;
#endif
ConstrainedWindowGtk(TabContentsWrapper* wrapper,

Powered by Google App Engine
This is Rietveld 408576698