| Index: content/common/indexed_db/indexed_db_key.cc
|
| diff --git a/content/common/indexed_db/indexed_db_key.cc b/content/common/indexed_db/indexed_db_key.cc
|
| index e55e582dcd1e6e0b2c6fa5d73adbf6120153a58e..a18a9f5de57a9954661806b20ee13218aae3a968 100644
|
| --- a/content/common/indexed_db/indexed_db_key.cc
|
| +++ b/content/common/indexed_db/indexed_db_key.cc
|
| @@ -8,6 +8,8 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebVector.h"
|
|
|
| +namespace content {
|
| +
|
| using WebKit::WebIDBKey;
|
| using WebKit::WebVector;
|
|
|
| @@ -85,3 +87,5 @@ IndexedDBKey::operator WebIDBKey() const {
|
| NOTREACHED();
|
| return WebIDBKey::createInvalid();
|
| }
|
| +
|
| +} // namespace content
|
|
|