Index: content/browser/net/view_http_cache_job_factory.h |
=================================================================== |
--- content/browser/net/view_http_cache_job_factory.h (revision 164642) |
+++ content/browser/net/view_http_cache_job_factory.h (working copy) |
@@ -13,6 +13,8 @@ |
class GURL; |
+namespace content { |
+ |
class ViewHttpCacheJobFactory { |
public: |
static bool IsSupportedURL(const GURL& url); |
@@ -20,4 +22,6 @@ |
net::URLRequest* request, net::NetworkDelegate* network_delegate); |
}; |
+} // namespace content |
+ |
#endif // CONTENT_BROWSER_NET_VIEW_HTTP_CACHE_JOB_FACTORY_H_ |