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

Unified Diff: content/common/notification_details.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_details.h
diff --git a/content/common/notification_details.h b/content/common/notification_details.h
index 1e822a912b144ed3bc13deca47fddb7550c2a403..50c7b23c0d5365e4ae16f2521f7a609bd20d8630 100644
--- a/content/common/notification_details.h
+++ b/content/common/notification_details.h
@@ -10,11 +10,12 @@
#pragma once
#include "base/basictypes.h"
+#include "content/common/content_export.h"
// Do not declare a NotificationDetails directly--use either
// "Details<detailsclassname>(detailsclasspointer)" or
// NotificationService::NoDetails().
-class NotificationDetails {
+class CONTENT_EXPORT NotificationDetails {
public:
NotificationDetails();
NotificationDetails(const NotificationDetails& other);

Powered by Google App Engine
This is Rietveld 408576698