| Index: net/tools/dump_cache/upgrade.cc
|
| ===================================================================
|
| --- net/tools/dump_cache/upgrade.cc (revision 70512)
|
| +++ net/tools/dump_cache/upgrade.cc (working copy)
|
| @@ -326,7 +326,7 @@
|
| FilePath::FromWStringHack(path_), 0,
|
| false,
|
| cache_thread_.message_loop_proxy(),
|
| - &cache, &cb);
|
| + NULL, &cache, &cb);
|
| if (cb.GetResult(rv) != net::OK) {
|
| printf("Unable to initialize new files\n");
|
| return false;
|
| @@ -607,7 +607,7 @@
|
| FilePath::FromWStringHack(path), 0,
|
| false,
|
| cache_thread_.message_loop_proxy(),
|
| - &cache, &cb);
|
| + NULL, &cache, &cb);
|
| if (cb.GetResult(rv) != net::OK) {
|
| printf("Unable to open cache files\n");
|
| return;
|
|
|