Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: chrome/browser/cache_manager_host.h

Issue 18460: * Revert "POSIX: Get render_process_host to build." (Closed)
Patch Set: Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser.scons ('k') | chrome/browser/plugin_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cache_manager_host.h
diff --git a/chrome/browser/cache_manager_host.h b/chrome/browser/cache_manager_host.h
index ba501d53341b20d05d6e4f1a015a86b0684d5364..d87cbf80559e2fb677e8dfb2e8775451de51855b 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|
« no previous file with comments | « chrome/browser/browser.scons ('k') | chrome/browser/plugin_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698