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

Unified Diff: content/common/notification_service.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: fix exports for switches, content_main Created 9 years, 4 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_service.h
diff --git a/content/common/notification_service.h b/content/common/notification_service.h
index a9cd210b6fa1f88007e8ae94190775eb1101fa64..97f165892be75d90e4161dfe9701fbf50ed631db 100644
--- a/content/common/notification_service.h
+++ b/content/common/notification_service.h
@@ -14,12 +14,13 @@
#include "base/observer_list.h"
#include "content/common/content_notification_types.h"
+#include "content/common/content_export.h"
darin (slow to review) 2011/09/04 15:41:04 nit: "export" before "notification"
Dirk Pranke 2011/09/07 01:46:07 Done.
#include "content/common/notification_details.h"
#include "content/common/notification_source.h"
class NotificationObserver;
-class NotificationService {
+class CONTENT_EXPORT NotificationService {
public:
// Returns the NotificationService object for the current thread, or NULL if
// none.

Powered by Google App Engine
This is Rietveld 408576698