| Index: chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc b/chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc
|
| index 557e68677a44b25d0baac77b9ddcceb20dc5934d..bf4dcf332c16a703d273641ee27b24ea8740e1b9 100644
|
| --- a/chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc
|
| +++ b/chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc
|
| @@ -41,7 +41,7 @@ class BookmarksSyncPerfTest : public SyncTest {
|
| std::string NextIndexedURL();
|
|
|
| // Returns a new unique bookmark title.
|
| - std::wstring NextIndexedURLTitle();
|
| + std::string NextIndexedURLTitle();
|
|
|
| int url_number_;
|
| int url_title_number_;
|
| @@ -79,7 +79,7 @@ std::string BookmarksSyncPerfTest::NextIndexedURL() {
|
| return IndexedURL(url_number_++);
|
| }
|
|
|
| -std::wstring BookmarksSyncPerfTest::NextIndexedURLTitle() {
|
| +std::string BookmarksSyncPerfTest::NextIndexedURLTitle() {
|
| return IndexedURLTitle(url_title_number_++);
|
| }
|
|
|
|
|