Index: content/common/indexed_db/proxy_webidbfactory_impl.h |
=================================================================== |
--- content/common/indexed_db/proxy_webidbfactory_impl.h (revision 163290) |
+++ content/common/indexed_db/proxy_webidbfactory_impl.h (working copy) |
@@ -16,6 +16,8 @@ |
class WebString; |
} |
+namespace content { |
+ |
class RendererWebIDBFactoryImpl : public WebKit::WebIDBFactory { |
public: |
RendererWebIDBFactoryImpl(); |
@@ -43,4 +45,6 @@ |
const WebKit::WebString& data_dir); |
}; |
+} // namespace content |
+ |
#endif // CONTENT_COMMON_INDEXED_DB_PROXY_WEBIDBFACTORY_IMPL_H_ |