| Index: content/renderer/renderer_webapplicationcachehost_impl.cc
|
| ===================================================================
|
| --- content/renderer/renderer_webapplicationcachehost_impl.cc (revision 163007)
|
| +++ content/renderer/renderer_webapplicationcachehost_impl.cc (working copy)
|
| @@ -14,6 +14,8 @@
|
| using WebKit::WebApplicationCacheHostClient;
|
| using WebKit::WebConsoleMessage;
|
|
|
| +namespace content {
|
| +
|
| RendererWebApplicationCacheHostImpl::RendererWebApplicationCacheHostImpl(
|
| RenderViewImpl* render_view,
|
| WebApplicationCacheHostClient* client,
|
| @@ -54,3 +56,5 @@
|
| return static_cast<RenderViewImpl*>
|
| (RenderThreadImpl::current()->ResolveRoute(routing_id_));
|
| }
|
| +
|
| +} // namespace content
|
|
|