Index: chrome/browser/ui/views/tab_contents/tab_contents_container_views.cc |
=================================================================== |
--- chrome/browser/ui/views/tab_contents/tab_contents_container_views.cc (revision 71827) |
+++ chrome/browser/ui/views/tab_contents/tab_contents_container_views.cc (working copy) |
@@ -9,13 +9,16 @@ |
#include "chrome/browser/tab_contents/interstitial_page.h" |
#include "chrome/browser/tab_contents/tab_contents.h" |
#include "chrome/browser/ui/view_ids.h" |
-#include "chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.h" |
#include "chrome/browser/ui/views/tab_contents/native_tab_contents_container.h" |
#include "chrome/browser/ui/views/tab_contents/tab_contents_view_views.h" |
#include "chrome/common/notification_details.h" |
#include "chrome/common/notification_source.h" |
#include "views/fill_layout.h" |
+#if defined(OS_LINUX) |
+#include "chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.h" |
+#endif |
+ |
// Some of this class is implemented in tab_contents_container.cc, where |
// the implementation doesn't vary between a pure views approach and a |
// native view host approach. See the header file for details. |