| Index: content/utility/utility_thread.h
|
| diff --git a/content/utility/utility_thread.h b/content/utility/utility_thread.h
|
| index 18605d8173dfe6437825083625872b21d4fb0551..bc1948222baa6b4f735eef2c727a1d173215d138 100644
|
| --- a/content/utility/utility_thread.h
|
| +++ b/content/utility/utility_thread.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/string16.h"
|
| #include "content/common/child_thread.h"
|
| +#include "content/common/content_export.h"
|
|
|
| class IndexedDBKey;
|
| class SerializedScriptValue;
|
| @@ -28,7 +29,7 @@ class UtilityThread : public ChildThread {
|
| virtual ~UtilityThread();
|
|
|
| // Releases the process if we are not (or no longer) in batch mode.
|
| - void ReleaseProcessIfNeeded();
|
| + CONTENT_EXPORT void ReleaseProcessIfNeeded();
|
|
|
| // Returns the one utility thread.
|
| static UtilityThread* current() {
|
|
|