| Index: sync/syncable/directory_backing_store.h
|
| diff --git a/sync/syncable/directory_backing_store.h b/sync/syncable/directory_backing_store.h
|
| index bfc6c4c1919d8cae5e0e91525d7e2a9113c40f4c..f519a32231082c2eac3b8796f0dd2341daac64b7 100644
|
| --- a/sync/syncable/directory_backing_store.h
|
| +++ b/sync/syncable/directory_backing_store.h
|
| @@ -113,7 +113,7 @@ class DirectoryBackingStore : public base::NonThreadSafe {
|
| // Drop all tables in preparation for reinitialization.
|
| void DropAllTables();
|
|
|
| - // Serialization helpers for syncable::ModelType. These convert between
|
| + // Serialization helpers for syncer::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.
|
|
|