Index: content/browser/in_process_webkit/indexed_db_key_utility_client.h |
diff --git a/content/browser/in_process_webkit/indexed_db_key_utility_client.h b/content/browser/in_process_webkit/indexed_db_key_utility_client.h |
index c822775dd72b724303f8ef103eff5f4d4f591023..d8bebc6eec654d71d943aefc1936221c7aef77bd 100644 |
--- a/content/browser/in_process_webkit/indexed_db_key_utility_client.h |
+++ b/content/browser/in_process_webkit/indexed_db_key_utility_client.h |
@@ -10,6 +10,7 @@ |
#include "base/memory/ref_counted.h" |
#include "base/string16.h" |
+#include "content/common/content_export.h" |
class IndexedDBKey; |
class SerializedScriptValue; |
@@ -39,7 +40,7 @@ class IndexedDBKeyUtilityClient { |
const string16& key_path); |
// Shut down the underlying implementation. Must be called on the IO thread. |
- static void Shutdown(); |
+ CONTENT_EXPORT static void Shutdown(); |
private: |
friend struct base::DefaultLazyInstanceTraits<IndexedDBKeyUtilityClient>; |