diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-10 20:18:20 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-10 20:18:20 +0000 |
commit | bac96616d3ffdda096b65155c7dd9c2fd3d5bc4a (patch) | |
tree | 3724a244f4bbc7f4e44f4d27d4c488a19d03314b /net/disk_cache/backend_impl.h | |
parent | 2c47bc10fd06fc047dda9526e81a125f6bf0db39 (diff) | |
download | chromium_src-bac96616d3ffdda096b65155c7dd9c2fd3d5bc4a.zip chromium_src-bac96616d3ffdda096b65155c7dd9c2fd3d5bc4a.tar.gz chromium_src-bac96616d3ffdda096b65155c7dd9c2fd3d5bc4a.tar.bz2 |
Disk cache: Finish the current experiment.
Review URL: http://codereview.chromium.org/67046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13535 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/disk_cache/backend_impl.h')
-rw-r--r-- | net/disk_cache/backend_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/backend_impl.h b/net/disk_cache/backend_impl.h index 3fbc2a4..b1b6478 100644 --- a/net/disk_cache/backend_impl.h +++ b/net/disk_cache/backend_impl.h @@ -107,7 +107,7 @@ class BackendImpl : public Backend { // Returns the full histogram name, for the given base |name| and experiment, // and the current cache type. The name will be "DiskCache.t.name_e" where n - // is th ecache type and e the provided |experiment|. + // is the cache type and e the provided |experiment|. std::string HistogramName(const char* name, int experiment); net::CacheType cache_type() { |