diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-22 00:55:57 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-22 00:55:57 +0000 |
commit | 7fa5a1aeafaf667e734b68c263840fd608babd3d (patch) | |
tree | 75bdf4ea751c73c9638be4fa4b5a708248996ad2 /sync/internal_api/public | |
parent | d395db9f222e3b2c2ef24f74cf506b2917012521 (diff) | |
download | chromium_src-7fa5a1aeafaf667e734b68c263840fd608babd3d.zip chromium_src-7fa5a1aeafaf667e734b68c263840fd608babd3d.tar.gz chromium_src-7fa5a1aeafaf667e734b68c263840fd608babd3d.tar.bz2 |
Cleanup: Remove some std::wstring usage in sync.
BUG=23581
Review URL: https://codereview.chromium.org/235553007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265131 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/internal_api/public')
-rw-r--r-- | sync/internal_api/public/write_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/internal_api/public/write_node.h b/sync/internal_api/public/write_node.h index 07c896b..e41c966 100644 --- a/sync/internal_api/public/write_node.h +++ b/sync/internal_api/public/write_node.h @@ -92,7 +92,7 @@ class SYNC_EXPORT WriteNode : public BaseNode { // These Set() functions correspond to the Get() functions of BaseNode. void SetIsFolder(bool folder); - void SetTitle(const std::wstring& title); + void SetTitle(const std::string& title); // External ID is a client-only field, so setting it doesn't cause the item to // be synced again. |