Index: chrome/browser/cache_manager_host.cc |
=================================================================== |
--- chrome/browser/cache_manager_host.cc (revision 10992) |
+++ chrome/browser/cache_manager_host.cc (working copy) |
@@ -339,7 +339,8 @@ |
AttemptTactic(KEEP_LIVE, active, DIVIDE_EVENLY, inactive, &strategy) || |
// We're basically out of memory. The best we can do is just divide up |
// what we have and soldier on. |
- AttemptTactic(DIVIDE_EVENLY, active, DIVIDE_EVENLY, inactive, &strategy)) { |
+ AttemptTactic(DIVIDE_EVENLY, active, DIVIDE_EVENLY, inactive, |
+ &strategy)) { |
// Having found a workable strategy, we enact it. |
EnactStrategy(strategy); |
} else { |