Commit 188dd49a authored by apatrick@chromium.org's avatar apatrick@chromium.org

Revert 71837 - Do not include GTK file on Windows.

TEST=compiles
BUG=none

Review URL: http://codereview.chromium.org/6347008

TBR=apatrick@chromium.org
Review URL: http://codereview.chromium.org/6303011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71839 0039d316-1c4b-4281-b951-d872f2087c98
parent 7c23e142
...@@ -9,16 +9,13 @@ ...@@ -9,16 +9,13 @@
#include "chrome/browser/tab_contents/interstitial_page.h" #include "chrome/browser/tab_contents/interstitial_page.h"
#include "chrome/browser/tab_contents/tab_contents.h" #include "chrome/browser/tab_contents/tab_contents.h"
#include "chrome/browser/ui/view_ids.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/native_tab_contents_container.h"
#include "chrome/browser/ui/views/tab_contents/tab_contents_view_views.h" #include "chrome/browser/ui/views/tab_contents/tab_contents_view_views.h"
#include "chrome/common/notification_details.h" #include "chrome/common/notification_details.h"
#include "chrome/common/notification_source.h" #include "chrome/common/notification_source.h"
#include "views/fill_layout.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 // Some of this class is implemented in tab_contents_container.cc, where
// the implementation doesn't vary between a pure views approach and a // the implementation doesn't vary between a pure views approach and a
// native view host approach. See the header file for details. // native view host approach. See the header file for details.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment