Index: content/common/indexed_db/proxy_webidbindex_impl.h |
=================================================================== |
--- content/common/indexed_db/proxy_webidbindex_impl.h (revision 163290) |
+++ content/common/indexed_db/proxy_webidbindex_impl.h (working copy) |
@@ -9,6 +9,8 @@ |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBCallbacks.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBIndex.h" |
+namespace content { |
+ |
class RendererWebIDBIndexImpl : public WebKit::WebIDBIndex { |
public: |
explicit RendererWebIDBIndexImpl(int32 idb_index_id); |
@@ -42,4 +44,7 @@ |
int32 idb_index_id_; |
}; |
+} // namespace content |
+ |
#endif // CONTENT_COMMON_INDEXED_DB_PROXY_WEBIDBINDEX_IMPL_H_ |
+ |