| Index: sync/syncable/directory_backing_store.h
|
| diff --git a/sync/syncable/directory_backing_store.h b/sync/syncable/directory_backing_store.h
|
| index 034f4054f5f34f85b361ea829ec1aaf318cc0f45..75fdad175da2685500c3bddf7e335f5c90a9ef93 100644
|
| --- a/sync/syncable/directory_backing_store.h
|
| +++ b/sync/syncable/directory_backing_store.h
|
| @@ -112,7 +112,7 @@ class DirectoryBackingStore : public base::NonThreadSafe {
|
| // Drop all tables in preparation for reinitialization.
|
| void DropAllTables();
|
|
|
| - // Serialization helpers for syncer::ModelType. These convert between
|
| + // Serialization helpers for ModelType. These convert between
|
| // the ModelType enum and the values we persist in the database to identify
|
| // a model. We persist a default instance of the specifics protobuf as the
|
| // ID, rather than the enum value.
|
|
|