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

Unified Diff: content/browser/service_worker/service_worker_browsertest.cc

Issue 2579233002: Merge MemoryCoordinator and MemoryCoordinatorImpl into one class (Closed)
Patch Set: addressed comments Created 4 years 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: content/browser/service_worker/service_worker_browsertest.cc
diff --git a/content/browser/service_worker/service_worker_browsertest.cc b/content/browser/service_worker/service_worker_browsertest.cc
index f12fc1899f802547b7d527e4709ac48cfb5cf990..b128e2ad765410e26e57557f3b8e99a918c1db05 100644
--- a/content/browser/service_worker/service_worker_browsertest.cc
+++ b/content/browser/service_worker/service_worker_browsertest.cc
@@ -31,7 +31,7 @@
#include "content/browser/cache_storage/cache_storage_cache_handle.h"
#include "content/browser/cache_storage/cache_storage_context_impl.h"
#include "content/browser/cache_storage/cache_storage_manager.h"
-#include "content/browser/memory/memory_coordinator.h"
+#include "content/browser/memory/memory_coordinator_impl.h"
#include "content/browser/service_worker/embedded_worker_instance.h"
#include "content/browser/service_worker/embedded_worker_registry.h"
#include "content/browser/service_worker/embedded_worker_status.h"
@@ -2992,7 +2992,8 @@ IN_PROC_BROWSER_TEST_P(MemoryCoordinatorWithServiceWorkerTest,
StartServerAndNavigateToSetup();
ActivateTestHelper("/service_worker/fetch_event.js", SERVICE_WORKER_OK);
- MemoryCoordinator* memory_coordinator = MemoryCoordinator::GetInstance();
+ MemoryCoordinatorImpl* memory_coordinator =
+ MemoryCoordinatorImpl::GetInstance();
memory_coordinator->SetDelegateForTesting(
base::MakeUnique<TestMemoryCoordinatorDelegate>());
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/public/test/memory_coordinator_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698