| Index: chrome/browser/cocoa/bookmark_all_tabs_controller_unittest.mm
|
| diff --git a/chrome/browser/cocoa/bookmark_all_tabs_controller_unittest.mm b/chrome/browser/cocoa/bookmark_all_tabs_controller_unittest.mm
|
| index c2cb712d0ad4d060d6b1f6f18604ce6c40dd6ba2..823bccc45aeebdffb4f0e4fe02acca204b895cdd 100644
|
| --- a/chrome/browser/cocoa/bookmark_all_tabs_controller_unittest.mm
|
| +++ b/chrome/browser/cocoa/bookmark_all_tabs_controller_unittest.mm
|
| @@ -24,11 +24,11 @@
|
| [self activeTabPairsVector];
|
| activeTabPairsVector->clear();
|
| activeTabPairsVector->push_back(
|
| - ActiveTabNameURLPair(L"at-0", GURL("http://at-0.com")));
|
| + ActiveTabNameURLPair(ASCIIToUTF16("at-0"), GURL("http://at-0.com")));
|
| activeTabPairsVector->push_back(
|
| - ActiveTabNameURLPair(L"at-1", GURL("http://at-1.com")));
|
| + ActiveTabNameURLPair(ASCIIToUTF16("at-1"), GURL("http://at-1.com")));
|
| activeTabPairsVector->push_back(
|
| - ActiveTabNameURLPair(L"at-2", GURL("http://at-2.com")));
|
| + ActiveTabNameURLPair(ASCIIToUTF16("at-2"), GURL("http://at-2.com")));
|
| }
|
|
|
| @end
|
|
|