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

Unified Diff: content/utility/utility_thread.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/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() {

Powered by Google App Engine
This is Rietveld 408576698