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

Unified Diff: content/common/notification_source.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_source.h
diff --git a/content/common/notification_source.h b/content/common/notification_source.h
index db5977b481b430e55597249924ac3b1fa85e44f6..791b4d09abfdff1805c0ade1a13f6507be770879 100644
--- a/content/common/notification_source.h
+++ b/content/common/notification_source.h
@@ -10,11 +10,12 @@
#pragma once
#include "base/basictypes.h"
+#include "content/common/content_export.h"
// Do not declare a NotificationSource directly--use either
// "Source<sourceclassname>(sourceclasspointer)" or
// NotificationService::AllSources().
-class NotificationSource {
+class CONTENT_EXPORT NotificationSource {
public:
NotificationSource(const NotificationSource& other);
~NotificationSource();

Powered by Google App Engine
This is Rietveld 408576698