| Index: chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc (revision 71526)
|
| +++ chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc (working copy)
|
| @@ -2,19 +2,19 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/gtk/tabs/dragged_tab_controller_gtk.h"
|
| +#include "chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h"
|
|
|
| #include <algorithm>
|
|
|
| #include "base/callback.h"
|
| -#include "chrome/browser/gtk/browser_window_gtk.h"
|
| -#include "chrome/browser/gtk/gtk_util.h"
|
| -#include "chrome/browser/gtk/tabs/dragged_tab_gtk.h"
|
| -#include "chrome/browser/gtk/tabs/tab_strip_gtk.h"
|
| #include "chrome/browser/platform_util.h"
|
| #include "chrome/browser/tab_contents/tab_contents.h"
|
| #include "chrome/browser/tabs/tab_strip_model.h"
|
| #include "chrome/browser/ui/browser.h"
|
| +#include "chrome/browser/ui/gtk/browser_window_gtk.h"
|
| +#include "chrome/browser/ui/gtk/gtk_util.h"
|
| +#include "chrome/browser/ui/gtk/tabs/dragged_tab_gtk.h"
|
| +#include "chrome/browser/ui/gtk/tabs/tab_strip_gtk.h"
|
| #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
|
| #include "chrome/common/notification_source.h"
|
|
|
|
|