Chromium Code Reviews| Index: chrome/browser/sync/engine/syncer_util.h |
| =================================================================== |
| --- chrome/browser/sync/engine/syncer_util.h (revision 32749) |
| +++ chrome/browser/sync/engine/syncer_util.h (working copy) |
| @@ -55,7 +55,7 @@ |
| 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, |