summaryrefslogtreecommitdiffstats
path: root/base/object_watcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/object_watcher.h')
-rw-r--r--base/object_watcher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/object_watcher.h b/base/object_watcher.h
index 4660ce7..ea94efb 100644
--- a/base/object_watcher.h
+++ b/base/object_watcher.h
@@ -84,7 +84,8 @@ class ObjectWatcher : public MessageLoop::DestructionObserver {
Watch* watch_;
DISALLOW_COPY_AND_ASSIGN(ObjectWatcher);
-};
+};
+
} // namespace base
#endif // BASE_OBJECT_WATCHER_H_