| Index: chrome/browser/sync/engine/syncer_util.h
|
| ===================================================================
|
| --- chrome/browser/sync/engine/syncer_util.h (revision 36603)
|
| +++ chrome/browser/sync/engine/syncer_util.h (working copy)
|
| @@ -146,13 +146,10 @@
|
| // if they match. For an up-to-date item, this should be the case.
|
| static bool ServerAndLocalOrdersMatch(syncable::Entry* entry);
|
|
|
| - static browser_sync::SyncDataType GetSyncDataType(const SyncEntity& entry);
|
| + static syncable::ModelType GetModelType(const SyncEntity& entry);
|
|
|
| private:
|
| - // Private ctor/dtor since this class shouldn't be instantiated.
|
| - SyncerUtil() {}
|
| - virtual ~SyncerUtil() {}
|
| - DISALLOW_COPY_AND_ASSIGN(SyncerUtil);
|
| + DISALLOW_IMPLICIT_CONSTRUCTORS(SyncerUtil);
|
| };
|
|
|
| #ifndef OS_WIN
|
|
|