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

Unified Diff: content/common/child_process_info.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/child_process_info.h
diff --git a/content/common/child_process_info.h b/content/common/child_process_info.h
index a0c8c27f82c49206ce505f9f8771bcd7d5ca60eb..a0f6e10638e25c6b9c91c745578ac8aee97dea21 100644
--- a/content/common/child_process_info.h
+++ b/content/common/child_process_info.h
@@ -10,9 +10,10 @@
#include "base/process.h"
#include "base/string16.h"
+#include "content/common/content_export.h"
// Holds information about a child process.
-class ChildProcessInfo {
+class CONTENT_EXPORT ChildProcessInfo {
public:
// NOTE: Do not remove or reorder the elements in this enum, and only add new
// items at the end. We depend on these specific values in a histogram.

Powered by Google App Engine
This is Rietveld 408576698