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

Unified Diff: components/memory_pressure/direct_memory_pressure_calculator_linux.h

Issue 2181493002: Return unique_ptrs from base::ProcessMetrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove os_resource_win.* Created 4 years, 5 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: components/memory_pressure/direct_memory_pressure_calculator_linux.h
diff --git a/components/memory_pressure/direct_memory_pressure_calculator_linux.h b/components/memory_pressure/direct_memory_pressure_calculator_linux.h
index 4fee7651b6dede8ba4a79fb01a8438a1a4af55cb..e76f603e15e4281ea92f8a639b278e4e0ad0bc21 100644
--- a/components/memory_pressure/direct_memory_pressure_calculator_linux.h
+++ b/components/memory_pressure/direct_memory_pressure_calculator_linux.h
@@ -5,13 +5,9 @@
#ifndef COMPONENTS_MEMORY_PRESSURE_DIRECT_MEMORY_PRESSURE_CALCULATOR_LINUX_H_
#define COMPONENTS_MEMORY_PRESSURE_DIRECT_MEMORY_PRESSURE_CALCULATOR_LINUX_H_
-#include "components/memory_pressure/memory_pressure_calculator.h"
-
-#include "base/files/scoped_file.h"
#include "base/macros.h"
-#include "base/memory/weak_ptr.h"
#include "base/process/process_metrics.h"
-#include "base/timer/timer.h"
+#include "components/memory_pressure/memory_pressure_calculator.h"
namespace memory_pressure {

Powered by Google App Engine
This is Rietveld 408576698