| Index: chrome/browser/ui/browser_tabstrip.h
|
| diff --git a/chrome/browser/ui/browser_tabstrip.h b/chrome/browser/ui/browser_tabstrip.h
|
| index 7434914be6807f6e2c82c2f90d83d66e68cae71f..c6ec1b9b51ab2dff1207bcab0e04a3ae14f8432c 100644
|
| --- a/chrome/browser/ui/browser_tabstrip.h
|
| +++ b/chrome/browser/ui/browser_tabstrip.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef CHROME_BROWSER_UI_BROWSER_TABSTRIP_H_
|
| #define CHROME_BROWSER_UI_BROWSER_TABSTRIP_H_
|
|
|
| -#include "content/public/common/page_transition_types.h"
|
| #include "content/public/browser/navigation_controller.h"
|
| #include "content/public/browser/web_contents.h"
|
| -#include "webkit/glue/window_open_disposition.h"
|
| +#include "content/public/common/page_transition_types.h"
|
| +#include "ui/base/window_open_disposition.h"
|
|
|
| class Browser;
|
| class GURL;
|
|
|