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

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

Issue 8344061: content: Split off ChromeTabContentsViewGtk from TabContentsViewGtk. This new (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix clang Created 9 years, 1 month 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
diff --git a/chrome/browser/ui/gtk/constrained_window_gtk.h b/chrome/browser/ui/gtk/constrained_window_gtk.h
index c8a194f9c1f2217aa069d265dba70a403d553821..ca0be17af18b21d70bcbcbaae3949edd372012db 100644
--- a/chrome/browser/ui/gtk/constrained_window_gtk.h
+++ b/chrome/browser/ui/gtk/constrained_window_gtk.h
@@ -22,7 +22,7 @@ class TabContentsViewViews;
#elif defined(TOOLKIT_VIEWS)
class NativeTabContentsViewGtk;
#else
-class TabContentsViewGtk;
+class ChromeTabContentsViewWrapperGtk;
#endif
class ConstrainedWindowGtkDelegate {
@@ -56,7 +56,7 @@ class ConstrainedWindowGtk : public ConstrainedWindow {
#elif defined(TOOLKIT_VIEWS)
typedef NativeTabContentsViewGtk TabContentsViewType;
#else
- typedef TabContentsViewGtk TabContentsViewType;
+ typedef ChromeTabContentsViewWrapperGtk TabContentsViewType;
#endif
ConstrainedWindowGtk(TabContentsWrapper* wrapper,
« no previous file with comments | « chrome/browser/tab_contents/tab_contents_view_wrapper_gtk.h ('k') | chrome/browser/ui/gtk/constrained_window_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698