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

Unified Diff: content/browser/memory/memory_monitor_win.cc

Issue 2321313002: Move components/memory_coordinator -> content/ (Closed)
Patch Set: Created 4 years, 3 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: content/browser/memory/memory_monitor_win.cc
diff --git a/components/memory_coordinator/browser/memory_monitor_win.cc b/content/browser/memory/memory_monitor_win.cc
similarity index 95%
rename from components/memory_coordinator/browser/memory_monitor_win.cc
rename to content/browser/memory/memory_monitor_win.cc
index c3102769494d1fa3abb836b5fd5b49750edd4298..941a8f4f161eb9884c84eac9c328cc7923a7f3e8 100644
--- a/components/memory_coordinator/browser/memory_monitor_win.cc
+++ b/content/browser/memory/memory_monitor_win.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/memory_coordinator/browser/memory_monitor_win.h"
+#include "content/browser/memory/memory_monitor_win.h"
#include "base/process/process_metrics.h"
// TODO(chrisha): Implement a mechanism for observing swapping, and updating the
// memory threshold on a per machine basis.
-namespace memory_coordinator {
+namespace content {
namespace {
@@ -93,4 +93,4 @@ std::unique_ptr<MemoryMonitor> CreateMemoryMonitor() {
return MemoryMonitorWin::Create(&g_memory_monitor_win_delegate);
}
-} // namespace memory_coordinator
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698