Index: chrome/browser/profiles/profile_io_data.h |
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h |
index 4adb1b11a2a6f0b61eb63bd37ae1c10a90dd1505..1415a9f0ddc3bda8066c096b9b7dc476d7eb5625 100644 |
--- a/chrome/browser/profiles/profile_io_data.h |
+++ b/chrome/browser/profiles/profile_io_data.h |
@@ -119,12 +119,13 @@ class ProfileIOData { |
class AppRequestContext : public ChromeURLRequestContext { |
public: |
AppRequestContext(); |
- virtual ~AppRequestContext(); |
void SetCookieStore(net::CookieStore* cookie_store); |
void SetHttpTransactionFactory(net::HttpTransactionFactory* http_factory); |
private: |
+ virtual ~AppRequestContext(); |
+ |
scoped_refptr<net::CookieStore> cookie_store_; |
scoped_ptr<net::HttpTransactionFactory> http_factory_; |
}; |