| Index: chrome/browser/ui/singleton_tabs.h
|
| diff --git a/chrome/browser/ui/singleton_tabs.h b/chrome/browser/ui/singleton_tabs.h
|
| index 04ed83d4a33180f39988b96b7cfce0eefeb6878b..d13b724c227eaaa129e7c0438624ac9d192323b9 100644
|
| --- a/chrome/browser/ui/singleton_tabs.h
|
| +++ b/chrome/browser/ui/singleton_tabs.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_BROWSER_UI_SINGLETON_TABS_H_
|
| #define CHROME_BROWSER_UI_SINGLETON_TABS_H_
|
|
|
| +#include "chrome/browser/ui/browser_navigator_params.h"
|
| +
|
| class Browser;
|
| class GURL;
|
|
|
| @@ -13,8 +15,6 @@ class GURL;
|
|
|
| namespace chrome {
|
|
|
| -struct NavigateParams;
|
| -
|
| // Core singleton tab API:
|
|
|
| // Show a given a URL. If a tab with the same URL (ignoring the ref) is
|
|
|