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

Unified Diff: third_party/WebKit/Source/platform/wtf/ProcessMetrics.h

Issue 2925073002: Move malloc/partition_alloc memory usage functions to base (Closed)
Patch Set: Moved to process_metrics Created 3 years, 6 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: third_party/WebKit/Source/platform/wtf/ProcessMetrics.h
diff --git a/third_party/WebKit/Source/platform/wtf/ProcessMetrics.h b/third_party/WebKit/Source/platform/wtf/ProcessMetrics.h
new file mode 100644
index 0000000000000000000000000000000000000000..d6d50a1aea05343b0546e96d2b1769519850cf85
--- /dev/null
+++ b/third_party/WebKit/Source/platform/wtf/ProcessMetrics.h
@@ -0,0 +1,17 @@
+// Copyright (c) 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef ProcessMetrics_h
+#define ProcessMetrics_h
+
+#include "base/process/process_metrics.h"
+
+namespace WTF {
+
+using base::GetMallocUsage;
+using base::GetPartitionAllocUsage;
+
+} // namespace WTF
+
+#endif // ProcessMetrics_h
« base/process/process_metrics.cc ('K') | « third_party/WebKit/Source/platform/wtf/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698