summaryrefslogtreecommitdiffstats
path: root/content/renderer/active_notification_tracker.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-23 06:19:28 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-23 06:19:28 +0000
commit3827e970d979f0775cdbce3e2f18aeeedff0753d (patch)
tree25a6767250ae3de1a04202ae5fcefa596662bc03 /content/renderer/active_notification_tracker.h
parentae3076559d7c5e4dfe940cfd27fc2f41cb161428 (diff)
downloadchromium_src-3827e970d979f0775cdbce3e2f18aeeedff0753d.zip
chromium_src-3827e970d979f0775cdbce3e2f18aeeedff0753d.tar.gz
chromium_src-3827e970d979f0775cdbce3e2f18aeeedff0753d.tar.bz2
Move a bunch of content\common code into the content namespace.
Review URL: https://codereview.chromium.org/11225045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163514 0039d316-1c4b-4281-b951-d872f2087c98
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_