| Index: chrome/browser/ui/startup/startup_tab.h
|
| diff --git a/chrome/browser/ui/startup/startup_tab.h b/chrome/browser/ui/startup/startup_tab.h
|
| index 26bab7c5531fd1ad8ba2ba443820d693d6c4e37b..f1a387895c793c310056371614463f45cad6ea84 100644
|
| --- a/chrome/browser/ui/startup/startup_tab.h
|
| +++ b/chrome/browser/ui/startup/startup_tab.h
|
| @@ -5,7 +5,6 @@
|
| #ifndef CHROME_BROWSER_UI_STARTUP_STARTUP_TAB_H_
|
| #define CHROME_BROWSER_UI_STARTUP_STARTUP_TAB_H_
|
|
|
| -#include <string>
|
| #include <vector>
|
|
|
| #include "url/gurl.h"
|
| @@ -13,6 +12,7 @@
|
| // Represents tab data at startup.
|
| struct StartupTab {
|
| StartupTab();
|
| + StartupTab(const GURL& url_val, bool is_pinned_val);
|
| ~StartupTab();
|
|
|
| // The url to load.
|
|
|