Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3192)

Unified Diff: chrome/browser/tabs/pinned_tab_test_utils.h

Issue 10332117: Revert 136573 - Extract StartupTabs and startup types from StartupBrowserCreator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/tabs/pinned_tab_codec_unittest.cc ('k') | chrome/browser/tabs/pinned_tab_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tabs/pinned_tab_test_utils.h
===================================================================
--- chrome/browser/tabs/pinned_tab_test_utils.h (revision 136581)
+++ chrome/browser/tabs/pinned_tab_test_utils.h (working copy)
@@ -10,14 +10,15 @@
#include <vector>
#include "base/basictypes.h"
-#include "chrome/browser/ui/startup/startup_tab.h"
+#include "chrome/browser/ui/startup/startup_browser_creator.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<StartupTab>& values);
+ static std::string TabsToString(
+ const std::vector<StartupBrowserCreator::LaunchWithProfile::Tab>& values);
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(PinnedTabTestUtils);
« no previous file with comments | « chrome/browser/tabs/pinned_tab_codec_unittest.cc ('k') | chrome/browser/tabs/pinned_tab_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698