Chromium Code Reviews| Index: net/tools/dump_cache/dump_files.cc |
| =================================================================== |
| --- net/tools/dump_cache/dump_files.cc (revision 85994) |
| +++ net/tools/dump_cache/dump_files.cc (working copy) |
| @@ -1,4 +1,4 @@ |
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| @@ -17,6 +17,7 @@ |
| #include "net/disk_cache/disk_format.h" |
| #include "net/disk_cache/mapped_file.h" |
| #include "net/disk_cache/storage_block.h" |
| +#include "net/disk_cache/storage_block-inl.h" |
|
wtc
2011/05/20 22:21:19
How is this change related to building net as a DL
rvargas (doing something else)
2011/05/20 22:54:55
I really don't understand how it works for the sta
|
| namespace { |