| Index: content/common/process_watcher.h
|
| diff --git a/content/common/process_watcher.h b/content/common/process_watcher.h
|
| index 2a134be3f58914c2a281c3965aba88930a39d7fc..995e5e563dd609255458db87b2fb4e0ab65a0082 100644
|
| --- a/content/common/process_watcher.h
|
| +++ b/content/common/process_watcher.h
|
| @@ -10,8 +10,9 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/process.h"
|
| +#include "content/common/content_export.h"
|
|
|
| -class ProcessWatcher {
|
| +class CONTENT_EXPORT ProcessWatcher {
|
| public:
|
| // This method ensures that the specified process eventually terminates, and
|
| // then it closes the given process handle.
|
|
|