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

Unified Diff: content/browser/memory/memory_monitor_linux.h

Issue 2332423002: Added memory-monitor for ChromeOS. (Closed)
Patch Set: limit conditionals to only chromeos/linux (win, mac, etc. are automatic) 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_linux.h
diff --git a/content/browser/memory/memory_monitor_linux.h b/content/browser/memory/memory_monitor_linux.h
index 1a2b389a73b2655bf9172f1840c790f9e99577d2..5b92b80e144897a6b411ed6d387e822cd9a48b6b 100644
--- a/content/browser/memory/memory_monitor_linux.h
+++ b/content/browser/memory/memory_monitor_linux.h
@@ -8,10 +8,6 @@
#include "content/browser/memory/memory_monitor.h"
#include "content/common/content_export.h"
-namespace base {
-struct SystemMemoryInfoKB;
-} // namespace base
-
namespace content {
// A memory monitor for the Linux platform.

Powered by Google App Engine
This is Rietveld 408576698