| Index: chrome/browser/sync/engine/syncer_types.h | 
| diff --git a/chrome/browser/sync/engine/syncer_types.h b/chrome/browser/sync/engine/syncer_types.h | 
| old mode 100644 | 
| new mode 100755 | 
| index 7d8eda4b0c263febc299784a08e5adc451c25f5f..0cb1e56f6aa38c27cf2e18e9de6b957e4bc446ff | 
| --- a/chrome/browser/sync/engine/syncer_types.h | 
| +++ b/chrome/browser/sync/engine/syncer_types.h | 
| @@ -31,11 +31,6 @@ enum UpdateAttemptResponse { | 
| // Conflicts with the local data representation. This can also mean that the | 
| // entry doesn't currently make sense if we applied it. | 
| CONFLICT, | 
| - | 
| -  // This return value is only returned by AttemptToUpdateEntryWithoutMerge | 
| -  // if we have a name conflict. Users of AttemptToUpdateEntry should never | 
| -  // see this return value, we'll return CONFLICT. | 
| -  NAME_CONFLICT, | 
| }; | 
|  | 
| enum ServerUpdateProcessingResult { | 
|  |