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

Unified Diff: content/browser/browser_main_loop.h

Issue 2895083004: memory-infra: rename service folder to memory_instrumentation (Closed)
Patch Set: comments Created 3 years, 7 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/metrics/process_memory_metrics_emitter.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: content/browser/browser_main_loop.h
diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
index 9dd623a3e5d12845e974b6795261e28aa379ddf2..b143867fd61dae14b4d34c153beded3bc7c678cc 100644
--- a/content/browser/browser_main_loop.h
+++ b/content/browser/browser_main_loop.h
@@ -14,7 +14,6 @@
#include "build/build_config.h"
#include "content/browser/browser_process_sub_thread.h"
#include "content/public/browser/browser_main_runner.h"
-#include "services/resource_coordinator/memory/coordinator/coordinator_impl.h"
#if defined(USE_AURA)
namespace aura {
@@ -53,6 +52,10 @@ class DeviceMonitorMac;
#endif
} // namespace media
+namespace memory_instrumentation {
+class CoordinatorImpl;
+} // memory_instrumentation
+
namespace midi {
class MidiService;
} // namespace midi
« no previous file with comments | « chrome/browser/metrics/process_memory_metrics_emitter.h ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698