Chromium Code Reviews| Index: chrome/test/plugin/plugin_test.cpp |
| =================================================================== |
| --- chrome/test/plugin/plugin_test.cpp (revision 68857) |
| +++ chrome/test/plugin/plugin_test.cpp (working copy) |
| @@ -288,7 +288,8 @@ |
| http_auth_handler_factory_, |
| network_delegate_, |
| NULL), |
| - net::HttpCache::DefaultBackend::InMemory(0)); |
| + net::HttpCache::DefaultBackend::InMemory(0), |
| + NULL); |
| } |
| private: |