diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-30 00:28:14 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-30 00:28:14 +0000 |
commit | 03ff5e59b44cc3ad7bfc80e01af2d8bf53dcc34b (patch) | |
tree | 4890392665cbbec1941db05fa7b1ed68d9b79c46 /content/renderer/active_notification_tracker.h | |
parent | 1347570839022dfc6b51ad0580352a7585b21562 (diff) | |
download | chromium_src-03ff5e59b44cc3ad7bfc80e01af2d8bf53dcc34b.zip chromium_src-03ff5e59b44cc3ad7bfc80e01af2d8bf53dcc34b.tar.gz chromium_src-03ff5e59b44cc3ad7bfc80e01af2d8bf53dcc34b.tar.bz2 |
Here are more exports needed for content_unittests to link in the component build.
R=jam@chromium.org, darin@chromium.org
BUG=90442
TEST=
Review URL: http://codereview.chromium.org/8054037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103394 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/active_notification_tracker.h')
-rw-r--r-- | content/renderer/active_notification_tracker.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/renderer/active_notification_tracker.h b/content/renderer/active_notification_tracker.h index 7cfb5ae..4a445a8 100644 --- a/content/renderer/active_notification_tracker.h +++ b/content/renderer/active_notification_tracker.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -11,6 +11,7 @@ #include "base/basictypes.h" #include "base/id_map.h" #include "base/hash_tables.h" +#include "content/common/content_export.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebNotification.h" namespace WebKit { @@ -20,7 +21,7 @@ class WebNotificationPermissionCallback; // 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. -class ActiveNotificationTracker { +class CONTENT_EXPORT ActiveNotificationTracker { public: ActiveNotificationTracker(); ~ActiveNotificationTracker(); |