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

Unified Diff: chrome/test/base/chrome_unit_test_suite.cc

Issue 1001873002: base: Rename discardable memory allocator interface and remove unnecessary class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-dm-types
Patch Set: fix child process DiscardableMemoryImpl Created 5 years, 9 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/test/base/chrome_unit_test_suite.h ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/chrome_unit_test_suite.cc
diff --git a/chrome/test/base/chrome_unit_test_suite.cc b/chrome/test/base/chrome_unit_test_suite.cc
index 2ce04bd0b7c8dcfe442ef7ed07aacdb8bc297e3b..a1dd475ab85de629dbced8c7f7014e3f130835be 100644
--- a/chrome/test/base/chrome_unit_test_suite.cc
+++ b/chrome/test/base/chrome_unit_test_suite.cc
@@ -111,8 +111,7 @@ void ChromeUnitTestSuite::Initialize() {
// intialization which calls base's which initializes ICU.
InitializeResourceBundle();
- base::DiscardableMemoryShmemAllocator::SetInstance(
- &discardable_memory_allocator_);
+ base::DiscardableMemoryAllocator::SetInstance(&discardable_memory_allocator_);
}
void ChromeUnitTestSuite::Shutdown() {
« no previous file with comments | « chrome/test/base/chrome_unit_test_suite.h ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698