| 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);
|
|
|