| 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.
|
|
|