summaryrefslogtreecommitdiffstats
path: root/sync/syncable/syncable_id.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sync/syncable/syncable_id.cc')
-rw-r--r--sync/syncable/syncable_id.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sync/syncable/syncable_id.cc b/sync/syncable/syncable_id.cc
index 92a7411..0187482 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