| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index 941df163c21e324a7185ff08e05e3efa81002eb2..6eeada883a3b4f7bcf716aabdbd433de3597a51b 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -80,6 +80,9 @@ class URLRequestContextWithUserAgent : public net::URLRequestContext {
|
| const GURL& url) const OVERRIDE {
|
| return content::GetUserAgent(url);
|
| }
|
| +
|
| + protected:
|
| + virtual ~URLRequestContextWithUserAgent() {}
|
| };
|
|
|
| // Used for the "system" URLRequestContext. If this grows more complicated, then
|
|
|