Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1803)

Unified Diff: content/common/notification_registrar.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/notification_registrar.h
diff --git a/content/common/notification_registrar.h b/content/common/notification_registrar.h
index 9d054bf33941b7676d79c65d4291eb272542cb37..912958d1cf3403016fa866d56a1e106ec2a77c13 100644
--- a/content/common/notification_registrar.h
+++ b/content/common/notification_registrar.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 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.
@@ -9,6 +9,7 @@
#include <vector>
#include "base/basictypes.h"
+#include "content/common/content_export.h"
#include "content/common/content_notification_types.h"
class NotificationObserver;
@@ -21,7 +22,7 @@ class NotificationSource;
// class and use it to register your notifications instead of going through the
// notification service directly. It will automatically unregister them for
// you.
-class NotificationRegistrar {
+class CONTENT_EXPORT NotificationRegistrar {
public:
// This class must not be derived from (we don't have a virtual destructor so
// it won't work). Instead, use it as a member in your class.

Powered by Google App Engine
This is Rietveld 408576698