| Index: content/common/indexed_db/indexed_db_key_range.h
|
| diff --git a/content/common/indexed_db/indexed_db_key_range.h b/content/common/indexed_db/indexed_db_key_range.h
|
| index 4b5e0fa6e42af41c1d8f813d9369eef38b6fb245..897faf1cf6c2416f127a4f5927356266acdf6df3 100644
|
| --- a/content/common/indexed_db/indexed_db_key_range.h
|
| +++ b/content/common/indexed_db/indexed_db_key_range.h
|
| @@ -11,6 +11,8 @@
|
| #include "content/common/indexed_db/indexed_db_key.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBKeyRange.h"
|
|
|
| +namespace content {
|
| +
|
| class CONTENT_EXPORT IndexedDBKeyRange {
|
| public:
|
| IndexedDBKeyRange();
|
| @@ -34,4 +36,6 @@ class CONTENT_EXPORT IndexedDBKeyRange {
|
| bool upper_open_;
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_COMMON_INDEXED_DB_INDEXED_DB_KEY_RANGE_H_
|
|
|