Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index a3714ddb2d75ea24ad550a429dafe44a496498e8..2edb9e6bbba8591ac54911b5a10e0f46cc76789c 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -104,6 +104,9 @@ class TestExtensionURLRequestContext : public net::URLRequestContext { |
cookie_monster->SetCookieableSchemes(schemes, 1); |
set_cookie_store(cookie_monster); |
} |
+ |
+ private: |
+ virtual ~TestExtensionURLRequestContext() {} |
}; |
class TestExtensionURLRequestContextGetter |