summaryrefslogtreecommitdiffstats
path: root/content/renderer/active_notification_tracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/active_notification_tracker.h')
-rw-r--r--content/renderer/active_notification_tracker.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/renderer/active_notification_tracker.h b/content/renderer/active_notification_tracker.h
index ce6e7ef..d201052 100644
--- a/content/renderer/active_notification_tracker.h
+++ b/content/renderer/active_notification_tracker.h
@@ -17,6 +17,8 @@ namespace WebKit {
class WebNotificationPermissionCallback;
}
+namespace content {
+
// This class manages the set of active Notification objects in either
// a render or worker process. This class should be accessed only on
// the main thread.
@@ -55,4 +57,6 @@ class CONTENT_EXPORT ActiveNotificationTracker {
DISALLOW_COPY_AND_ASSIGN(ActiveNotificationTracker);
};
+} // namespace content
+
#endif // CONTENT_RENDERER_ACTIVE_NOTIFICATION_TRACKER_H_