| Index: chrome/browser/ui/gtk/tab_contents_container_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/tab_contents_container_gtk.cc b/chrome/browser/ui/gtk/tab_contents_container_gtk.cc
|
| index 2b99961ea44162d3addfa734af06b9430b180a0b..2a4ab833c4427b1fe8678f3890310d6ec65e32f4 100644
|
| --- a/chrome/browser/ui/gtk/tab_contents_container_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/tab_contents_container_gtk.cc
|
| @@ -9,9 +9,9 @@
|
| #include "base/i18n/rtl.h"
|
| #include "chrome/browser/ui/gtk/status_bubble_gtk.h"
|
| #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
|
| -#include "content/browser/renderer_host/render_widget_host_view.h"
|
| #include "content/public/browser/notification_source.h"
|
| #include "content/public/browser/notification_types.h"
|
| +#include "content/public/browser/render_widget_host_view.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "ui/base/gtk/gtk_expanded_container.h"
|
| #include "ui/base/gtk/gtk_floating_container.h"
|
|
|