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

Unified Diff: chrome/browser/sync/engine/syncer_proto_util.h

Issue 371029: Remove unique naming. (Closed)
Patch Set: Ready and about to go in! Created 11 years, 1 month 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/sync/engine/syncer.cc ('k') | chrome/browser/sync/engine/syncer_proto_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/engine/syncer_proto_util.h
diff --git a/chrome/browser/sync/engine/syncer_proto_util.h b/chrome/browser/sync/engine/syncer_proto_util.h
old mode 100644
new mode 100755
index e3583cf66960e4c012c7fdea19f58214e824f73a..287cf493a18959c659482e50a2ce19de06978227
--- a/chrome/browser/sync/engine/syncer_proto_util.h
+++ b/chrome/browser/sync/engine/syncer_proto_util.h
@@ -56,11 +56,12 @@ class SyncerProtoUtil {
static void CopyBlobIntoProtoBytes(const syncable::Blob& blob,
std::string* proto_bytes);
- // Extract the name fields from a sync entity.
- static syncable::SyncName NameFromSyncEntity(const SyncEntity& entry);
+ // Extract the name field from a sync entity.
+ static std::string NameFromSyncEntity(const SyncEntity& entry);
- // Extract the name fields from a commit entry response.
- static syncable::SyncName NameFromCommitEntryResponse(
+
+ // Extract the name field from a commit entry response.
+ static std::string NameFromCommitEntryResponse(
const CommitResponse_EntryResponse& entry);
private:
« no previous file with comments | « chrome/browser/sync/engine/syncer.cc ('k') | chrome/browser/sync/engine/syncer_proto_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698