Index: content/public/browser/resource_context.h |
diff --git a/content/public/browser/resource_context.h b/content/public/browser/resource_context.h |
index 0bdcff8a9811677747b05c4cfbd54f626b24217f..f45a2f884c1040a16b1a3305abf70c6ea27b3b64 100644 |
--- a/content/public/browser/resource_context.h |
+++ b/content/public/browser/resource_context.h |
@@ -5,6 +5,7 @@ |
#ifndef CONTENT_PUBLIC_BROWSER_RESOURCE_CONTEXT_H_ |
#define CONTENT_PUBLIC_BROWSER_RESOURCE_CONTEXT_H_ |
+#include "base/basictypes.h" |
#include "base/supports_user_data.h" |
#include "content/common/content_export.h" |
@@ -31,6 +32,9 @@ class CONTENT_EXPORT ResourceContext : public base::SupportsUserData { |
virtual ~ResourceContext(); |
virtual net::HostResolver* GetHostResolver() = 0; |
virtual net::URLRequestContext* GetRequestContext() = 0; |
+ |
+ private: |
+ DISALLOW_COPY_AND_ASSIGN(ResourceContext); |
}; |
} // namespace content |