| Index: chrome/browser/cocoa/bookmark_all_tabs_controller.h
|
| diff --git a/chrome/browser/cocoa/bookmark_all_tabs_controller.h b/chrome/browser/cocoa/bookmark_all_tabs_controller.h
|
| index d3b0848f5cc8e9592be093d7284e7fa99ad750f4..4b34467a3207ac19f6524be034fddfebf5a2eb3f 100644
|
| --- a/chrome/browser/cocoa/bookmark_all_tabs_controller.h
|
| +++ b/chrome/browser/cocoa/bookmark_all_tabs_controller.h
|
| @@ -9,11 +9,12 @@
|
| #include <utility>
|
| #include <vector>
|
|
|
| +#include "base/string16.h"
|
| #import "chrome/browser/cocoa/bookmark_editor_base_controller.h"
|
|
|
| // A list of pairs containing the name and URL associated with each
|
| // currently active tab in the active browser window.
|
| -typedef std::pair<std::wstring, GURL> ActiveTabNameURLPair;
|
| +typedef std::pair<string16, GURL> ActiveTabNameURLPair;
|
| typedef std::vector<ActiveTabNameURLPair> ActiveTabsNameURLPairVector;
|
|
|
| // A controller for the Bookmark All Tabs sheet which is presented upon
|
|
|