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

Unified Diff: content/common/indexed_db_key.h

Issue 8082019: more content exports needed for unit_tests and browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert export of browser_accessibility_win for now 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/common/indexed_db_key.h
diff --git a/content/common/indexed_db_key.h b/content/common/indexed_db_key.h
index 04a4b608d5815bffb186cecded9ac9a14eeca6f7..c4c73c96f51ea560875fc86fc3d7633af7247c39 100644
--- a/content/common/indexed_db_key.h
+++ b/content/common/indexed_db_key.h
@@ -8,9 +8,10 @@
#include "base/basictypes.h"
#include "base/string16.h"
+#include "content/common/content_export.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBKey.h"
-class IndexedDBKey {
+class CONTENT_EXPORT IndexedDBKey {
public:
IndexedDBKey(); // Defaults to WebKit::WebIDBKey::InvalidType.
explicit IndexedDBKey(const WebKit::WebIDBKey& key);

Powered by Google App Engine
This is Rietveld 408576698