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

Unified Diff: chrome/browser/cache_manager_host.h

Issue 14504: Get render_process_host to build on Linux by butchering a bunch of files. (Closed)
Patch Set: re-upload 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
Index: chrome/browser/cache_manager_host.h
diff --git a/chrome/browser/cache_manager_host.h b/chrome/browser/cache_manager_host.h
index d87cbf80559e2fb677e8dfb2e8775451de51855b..ba501d53341b20d05d6e4f1a015a86b0684d5364 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|

Powered by Google App Engine
This is Rietveld 408576698