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

Unified Diff: chrome/browser/sync/profile_sync_service_android_unittest.cc

Issue 1223153003: Move JoinString to the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: windows Created 5 years, 5 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
« no previous file with comments | « chrome/browser/sxs_linux.cc ('k') | chrome/browser/sync_file_system/drive_backend/metadata_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/profile_sync_service_android_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_android_unittest.cc b/chrome/browser/sync/profile_sync_service_android_unittest.cc
index 14c6d0b9e471f49dffa28c03a030139d66593c41..0377f126006b3385b4ad971724cb55d15e52e401 100644
--- a/chrome/browser/sync/profile_sync_service_android_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_android_unittest.cc
@@ -97,7 +97,7 @@ TEST_F(ProfileSyncServiceAndroidTest, ModelTypesToInvalidationNames) {
}
std::sort(invalidation_names.begin(), invalidation_names.end());
- EXPECT_EQ(JoinString(invalidation_names, ", "),
+ EXPECT_EQ(base::JoinString(invalidation_names, ", "),
ProfileSyncServiceAndroid::ModelTypeSelectionToStringForTest(
model_type_selection));
}
« no previous file with comments | « chrome/browser/sxs_linux.cc ('k') | chrome/browser/sync_file_system/drive_backend/metadata_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698