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

Unified Diff: sync/test/fake_server/fake_server_entity.cc

Issue 414953002: Make client tag IDs consistent in sync fake server (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change FakeServer ID separator Created 6 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 | « sync/test/fake_server/fake_server.cc ('k') | sync/test/fake_server/unique_client_entity.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/fake_server/fake_server_entity.cc
diff --git a/sync/test/fake_server/fake_server_entity.cc b/sync/test/fake_server/fake_server_entity.cc
index 602a266c394e60e273ca304aa52a674b1b4470a4..66869a42f29940d33225cc914c2cdcab06439033 100644
--- a/sync/test/fake_server/fake_server_entity.cc
+++ b/sync/test/fake_server/fake_server_entity.cc
@@ -27,7 +27,7 @@ using std::vector;
using syncer::ModelType;
// The separator used when formatting IDs.
pval...(no longer on Chromium) 2014/07/24 18:10:17 Can you add a brief comment explaining why _ is ch
rlarocque 2014/07/24 18:31:17 Done.
-const char kIdSeparator[] = "/";
+const char kIdSeparator[] = "_";
namespace fake_server {
« no previous file with comments | « sync/test/fake_server/fake_server.cc ('k') | sync/test/fake_server/unique_client_entity.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698