| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index a1546cad6cc537879d786abe28f23e99a485b381..71ea0ef58a91d3cf5f054ea5775d653ee4c01001 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -139,7 +139,9 @@ class TestExtensionURLRequestContext : public net::URLRequestContext {
|
| set_cookie_store(cookie_monster);
|
| }
|
|
|
| - virtual ~TestExtensionURLRequestContext() {}
|
| + virtual ~TestExtensionURLRequestContext() {
|
| + AssertNoURLRequests();
|
| + }
|
| };
|
|
|
| class TestExtensionURLRequestContextGetter
|
|
|