summaryrefslogtreecommitdiffstats
path: root/net/tools
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-21 00:18:30 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-21 00:18:30 +0000
commit67875f5116783d8193e12c863f082d7910e0479e (patch)
treeff905a683bdceb9375dfa9a5f6a70ebca5d03049 /net/tools
parent6626e75cff876ca9da3e0dfddbf75ea164b6941f (diff)
downloadchromium_src-67875f5116783d8193e12c863f082d7910e0479e.zip
chromium_src-67875f5116783d8193e12c863f082d7910e0479e.tar.gz
chromium_src-67875f5116783d8193e12c863f082d7910e0479e.tar.bz2
net: Add NET_API to a few more files.
BUG=76997 TEST=NONE Review URL: http://codereview.chromium.org/7056019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86181 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/tools')
-rw-r--r--net/tools/dump_cache/dump_files.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tools/dump_cache/dump_files.cc b/net/tools/dump_cache/dump_files.cc
index 8f65df3..ef680d53 100644
--- a/net/tools/dump_cache/dump_files.cc
+++ b/net/tools/dump_cache/dump_files.cc
@@ -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"
namespace {