| Index: chrome/browser/tabs/pinned_tab_test_utils.cc
|
| ===================================================================
|
| --- chrome/browser/tabs/pinned_tab_test_utils.cc (revision 136345)
|
| +++ chrome/browser/tabs/pinned_tab_test_utils.cc (working copy)
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "chrome/browser/tabs/pinned_tab_test_utils.h"
|
|
|
| -typedef BrowserInit::LaunchWithProfile::Tab Tab;
|
| +typedef StartupBrowserCreator::LaunchWithProfile::Tab Tab;
|
|
|
| namespace {
|
|
|
| @@ -17,7 +17,7 @@
|
|
|
| // static
|
| std::string PinnedTabTestUtils::TabsToString(
|
| - const std::vector<BrowserInit::LaunchWithProfile::Tab>& values) {
|
| + const std::vector<StartupBrowserCreator::LaunchWithProfile::Tab>& values) {
|
| std::string result;
|
| for (size_t i = 0; i < values.size(); ++i) {
|
| if (i != 0)
|
|
|