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

Unified Diff: chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc

Issue 310103004: Add integraton test for sync backup/rollback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
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_++);
}

Powered by Google App Engine
This is Rietveld 408576698