| Index: components/sync/syncable/directory_backing_store.h
|
| diff --git a/components/sync/syncable/directory_backing_store.h b/components/sync/syncable/directory_backing_store.h
|
| index 002f530499c82d1edadce644389f84178eb75166..2f3959c2d102c265c4e8a459898660a5c36fb239 100644
|
| --- a/components/sync/syncable/directory_backing_store.h
|
| +++ b/components/sync/syncable/directory_backing_store.h
|
| @@ -36,8 +36,6 @@ namespace syncable {
|
| extern const int32_t kCurrentDBVersion;
|
| extern const int32_t kCurrentPageSizeKB;
|
|
|
| -struct ColumnSpec;
|
| -
|
| // Interface that provides persistence for a syncable::Directory object. You can
|
| // load all the persisted data to prime a syncable::Directory on startup by
|
| // invoking Load. The only other thing you (or more correctly, a Directory) can
|
|
|