diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-21 20:28:21 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-21 20:28:21 +0000 |
commit | 1c36b962d877273125d92c4996a136fc1ac7e806 (patch) | |
tree | c140284241c1236eab8d7292f4a3e48226b5a857 /chrome/browser/cache_manager_host.h | |
parent | d6a16564e95db8cab49f9761e4864b3fcc013cd9 (diff) | |
download | chromium_src-1c36b962d877273125d92c4996a136fc1ac7e806.zip chromium_src-1c36b962d877273125d92c4996a136fc1ac7e806.tar.gz chromium_src-1c36b962d877273125d92c4996a136fc1ac7e806.tar.bz2 |
* Revert "POSIX: Get render_process_host to build."
* Revert "Build fix: release builds seemed to break"
Review URL: http://codereview.chromium.org/18460
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8386 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 ba501d5..d87cbf8 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 struct DefaultSingletonTraits<CacheManagerHost>; + friend 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 GetSize(AllocationTactic tactic, - const CacheManager::UsageStats& stats); + static size_t CacheManagerHost::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| |