| Index: chrome/browser/sync/test/integration/sync_auth_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_auth_test.cc b/chrome/browser/sync/test/integration/sync_auth_test.cc
|
| index 1ead3a649a7dadd80e445703d650df80741f410f..c4bf4e76c7c7ee1af5e7e6c8f3ea6046051af534 100644
|
| --- a/chrome/browser/sync/test/integration/sync_auth_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_auth_test.cc
|
| @@ -80,7 +80,7 @@ class SyncAuthTest : public SyncTest {
|
| // error, false if the bookmark is committed successfully.
|
| bool AttemptToTriggerAuthError() {
|
| int bookmark_index = GetNextBookmarkIndex();
|
| - std::wstring title = base::StringPrintf(L"Bookmark %d", bookmark_index);
|
| + std::string title = base::StringPrintf("Bookmark %d", bookmark_index);
|
| GURL url = GURL(base::StringPrintf("http://www.foo%d.com", bookmark_index));
|
| EXPECT_TRUE(AddURL(0, title, url) != NULL);
|
|
|
|
|