Index: content/common/indexed_db/proxy_webidbtransaction_impl.h |
=================================================================== |
--- content/common/indexed_db/proxy_webidbtransaction_impl.h (revision 163290) |
+++ content/common/indexed_db/proxy_webidbtransaction_impl.h (working copy) |
@@ -14,6 +14,8 @@ |
class WebString; |
} |
+namespace content { |
+ |
class RendererWebIDBTransactionImpl : public WebKit::WebIDBTransaction { |
public: |
explicit RendererWebIDBTransactionImpl(int32 idb_transaction_id); |
@@ -32,4 +34,6 @@ |
int32 idb_transaction_id_; |
}; |
+} // namespace content |
+ |
#endif // CONTENT_COMMON_INDEXED_DB_PROXY_WEBIDBTRANSACTION_IMPL_H_ |