| Index: chrome/browser/ui/tabs/dock_info_win.cc
|
| ===================================================================
|
| --- chrome/browser/ui/tabs/dock_info_win.cc (revision 0)
|
| +++ chrome/browser/ui/tabs/dock_info_win.cc (working copy)
|
| @@ -2,12 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/dock_info.h"
|
| +#include "chrome/browser/ui/tabs/dock_info.h"
|
|
|
| -#include "base/basictypes.h"
|
| -#include "chrome/browser/browser_list.h"
|
| -#include "chrome/browser/browser_window.h"
|
| #include "chrome/browser/ui/browser.h"
|
| +#include "chrome/browser/ui/browser_list.h"
|
| +#include "chrome/browser/ui/browser_window.h"
|
| #include "chrome/browser/views/frame/browser_view.h"
|
| #include "chrome/browser/views/tabs/tab.h"
|
|
|
|
|