summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/rankings.cc
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 00:53:39 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-11 00:53:39 +0000
commite9b407fa20c91fbdfc29dee4d212a346058fc385 (patch)
treeb28d68682580243a3a005030657c0f63453eff80 /net/disk_cache/rankings.cc
parent3c8a6b02d4f00e36e06c17ebcd683ed1d168f9b9 (diff)
downloadchromium_src-e9b407fa20c91fbdfc29dee4d212a346058fc385.zip
chromium_src-e9b407fa20c91fbdfc29dee4d212a346058fc385.tar.gz
chromium_src-e9b407fa20c91fbdfc29dee4d212a346058fc385.tar.bz2
Disk Cache: move common elements from v2 and v3 file format.
file_format_base.h now contains file format related definitions that are shared between versions 2 and 3 of the desktop cache. BUG=241277 TEST=none R=gavinp@chromium.org Review URL: https://codereview.chromium.org/16357022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205373 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/disk_cache/rankings.cc')
-rw-r--r--net/disk_cache/rankings.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/disk_cache/rankings.cc b/net/disk_cache/rankings.cc
index e14ee02..072d8d5 100644
--- a/net/disk_cache/rankings.cc
+++ b/net/disk_cache/rankings.cc
@@ -6,6 +6,7 @@
#include "base/metrics/histogram.h"
#include "net/disk_cache/backend_impl.h"
+#include "net/disk_cache/disk_format.h"
#include "net/disk_cache/entry_impl.h"
#include "net/disk_cache/errors.h"
#include "net/disk_cache/histogram_macros.h"