Index: chrome/browser/tabs/pinned_tab_test_utils.h |
=================================================================== |
--- chrome/browser/tabs/pinned_tab_test_utils.h (revision 136582) |
+++ chrome/browser/tabs/pinned_tab_test_utils.h (working copy) |
@@ -10,15 +10,14 @@ |
#include <vector> |
#include "base/basictypes.h" |
-#include "chrome/browser/ui/startup/startup_browser_creator.h" |
+#include "chrome/browser/ui/startup/startup_tab.h" |
class PinnedTabTestUtils { |
public: |
// Converts a set of Tabs into a string. The format is a space separated list |
// of urls. If the tab is an app, ':app' is appended, and if the tab is |
// pinned, ':pinned' is appended. |
- static std::string TabsToString( |
- const std::vector<StartupBrowserCreator::LaunchWithProfile::Tab>& values); |
+ static std::string TabsToString(const std::vector<StartupTab>& values); |
private: |
DISALLOW_IMPLICIT_CONSTRUCTORS(PinnedTabTestUtils); |