| Index: sync/syncable/mutable_entry.cc
|
| diff --git a/sync/syncable/mutable_entry.cc b/sync/syncable/mutable_entry.cc
|
| index 77aa32cbc6cc2d9efeb209e2f057bd85e0e8b639..64b5f7f1152a16329399cb036bb0eb20904ec666 100644
|
| --- a/sync/syncable/mutable_entry.cc
|
| +++ b/sync/syncable/mutable_entry.cc
|
| @@ -15,6 +15,7 @@
|
|
|
| using std::string;
|
|
|
| +namespace syncer {
|
| namespace syncable {
|
|
|
| MutableEntry::MutableEntry(WriteTransaction* trans, Create,
|
| @@ -407,4 +408,5 @@ bool MutableEntry::Put(BitTemp field, bool value) {
|
| return true;
|
| }
|
|
|
| -}
|
| +} // namespace syncable
|
| +} // namespace syncer
|
|
|