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

Unified Diff: content/browser/in_process_webkit/indexed_db_key_utility_client.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/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>;

Powered by Google App Engine
This is Rietveld 408576698