| Index: content/common/indexed_db/indexed_db_key.h
|
| diff --git a/content/common/indexed_db/indexed_db_key.h b/content/common/indexed_db/indexed_db_key.h
|
| index 94143328d77719893451abac8e679263ac33b077..cd51e8a999bb311f8ab3cb99dbab7635379a19e7 100644
|
| --- a/content/common/indexed_db/indexed_db_key.h
|
| +++ b/content/common/indexed_db/indexed_db_key.h
|
| @@ -13,6 +13,8 @@
|
| #include "content/common/content_export.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBKey.h"
|
|
|
| +namespace content {
|
| +
|
| class CONTENT_EXPORT IndexedDBKey {
|
| public:
|
| IndexedDBKey(); // Defaults to WebKit::WebIDBKey::InvalidType.
|
| @@ -43,4 +45,6 @@ class CONTENT_EXPORT IndexedDBKey {
|
| double number_;
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_COMMON_INDEXED_DB_INDEXED_DB_KEY_H_
|
|
|