| Index: sync/syncable/syncable_id.cc
|
| diff --git a/sync/syncable/syncable_id.cc b/sync/syncable/syncable_id.cc
|
| index 92a741143a78ae122e13048ae96db1c1f94e2e7d..0187482995d895efe80a88bd9266090b05fdf2d6 100644
|
| --- a/sync/syncable/syncable_id.cc
|
| +++ b/sync/syncable/syncable_id.cc
|
| @@ -11,6 +11,7 @@
|
| using std::ostream;
|
| using std::string;
|
|
|
| +namespace syncer {
|
| namespace syncable {
|
|
|
| ostream& operator<<(ostream& out, const Id& id) {
|
| @@ -68,3 +69,4 @@ Id GetNullId() {
|
| }
|
|
|
| } // namespace syncable
|
| +} // namespace syncer
|
|
|