diff options
Diffstat (limited to 'chrome/browser/sync/engine/syncer_util.h')
-rwxr-xr-x | chrome/browser/sync/engine/syncer_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/engine/syncer_util.h b/chrome/browser/sync/engine/syncer_util.h index 9f38873..de0222a 100755 --- a/chrome/browser/sync/engine/syncer_util.h +++ b/chrome/browser/sync/engine/syncer_util.h @@ -55,7 +55,7 @@ class SyncerUtil { static void UpdateServerFieldsFromUpdate( syncable::MutableEntry* local_entry, const SyncEntity& server_entry, - const PathString& name); + const std::string& name); static void ApplyExtendedAttributes( syncable::MutableEntry* local_entry, |