diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-21 20:01:31 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-21 20:01:31 +0000 |
commit | 8cd77dc30ea2528c7190b4e4629e560118d568b6 (patch) | |
tree | dd2f2e2f3d1f39efd0474823455a78a86a246c26 /chrome/browser/cache_manager_host.h | |
parent | 2fec49dae9e67e1133d8884627c05f74c6ac3e59 (diff) | |
download | chromium_src-8cd77dc30ea2528c7190b4e4629e560118d568b6.zip chromium_src-8cd77dc30ea2528c7190b4e4629e560118d568b6.tar.gz chromium_src-8cd77dc30ea2528c7190b4e4629e560118d568b6.tar.bz2 |
POSIX: Get render_process_host to build.
This is an adopted CL from Evan. Original:
http://codereview.chromium.org/14504
(see original for review comments etc)
Review URL: http://codereview.chromium.org/16814
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8384 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cache_manager_host.h')
-rw-r--r-- | chrome/browser/cache_manager_host.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/cache_manager_host.h b/chrome/browser/cache_manager_host.h index d87cbf8..ba501d5 100644 --- a/chrome/browser/cache_manager_host.h +++ b/chrome/browser/cache_manager_host.h @@ -87,7 +87,7 @@ class CacheManagerHost { // This class is a singleton. Do not instantiate directly. CacheManagerHost(); - friend DefaultSingletonTraits<CacheManagerHost>; + friend struct DefaultSingletonTraits<CacheManagerHost>; ~CacheManagerHost(); @@ -137,8 +137,8 @@ class CacheManagerHost { // Get the amount of memory that would be required to implement |tactic| // using the specified allocation tactic. This function defines the // semantics for each of the tactics. - static size_t CacheManagerHost::GetSize(AllocationTactic tactic, - const CacheManager::UsageStats& stats); + static size_t GetSize(AllocationTactic tactic, + const CacheManager::UsageStats& stats); // Attempt to use the specified tactics to compute an allocation strategy // and place the result in |strategy|. |active_stats| and |inactive_stats| |