diff options
author | chron@google.com <chron@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-25 21:39:12 +0000 |
---|---|---|
committer | chron@google.com <chron@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-25 21:39:12 +0000 |
commit | 8938e4e53180b3892d5e853578d5333070c40cb2 (patch) | |
tree | 4b032712ea535d7fd8a78a6fa791bfbbb3dbe617 /chrome/browser/sync/engine/syncer_proto_util.h | |
parent | e77cda08c5c8647ed457ccaebf2eaa58eab8fca2 (diff) | |
download | chromium_src-8938e4e53180b3892d5e853578d5333070c40cb2.zip chromium_src-8938e4e53180b3892d5e853578d5333070c40cb2.tar.gz chromium_src-8938e4e53180b3892d5e853578d5333070c40cb2.tar.bz2 |
Fix some minor things that were in the unique naming CL that I forgot to address.
Review URL: http://codereview.chromium.org/435026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33127 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/engine/syncer_proto_util.h')
-rwxr-xr-x | chrome/browser/sync/engine/syncer_proto_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/engine/syncer_proto_util.h b/chrome/browser/sync/engine/syncer_proto_util.h index fe20fef..4dbf0cf 100755 --- a/chrome/browser/sync/engine/syncer_proto_util.h +++ b/chrome/browser/sync/engine/syncer_proto_util.h @@ -60,11 +60,11 @@ class SyncerProtoUtil { std::string* proto_bytes); // Extract the name field from a sync entity. - static std::string NameFromSyncEntity(const SyncEntity& entry); + static const std::string& NameFromSyncEntity(const SyncEntity& entry); // Extract the name field from a commit entry response. - static std::string NameFromCommitEntryResponse( + static const std::string& NameFromCommitEntryResponse( const CommitResponse_EntryResponse& entry); private: |