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

Unified Diff: components/arc/metrics/arc_low_memory_killer_monitor.h

Issue 1828533002: Enable UMA histogram logger for low memor kill events in ArcMetricsService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix NaClBrowserTest Created 4 years, 9 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/arc/metrics/arc_low_memory_killer_monitor.h
diff --git a/chrome/browser/chromeos/arc/arc_low_memory_killer_monitor.h b/components/arc/metrics/arc_low_memory_killer_monitor.h
similarity index 86%
rename from chrome/browser/chromeos/arc/arc_low_memory_killer_monitor.h
rename to components/arc/metrics/arc_low_memory_killer_monitor.h
index 773d7235e1bc73f3bf6991b66dfb8b076a58bda0..1222abc1bb11a84042f6b6d022249235a637806c 100644
--- a/chrome/browser/chromeos/arc/arc_low_memory_killer_monitor.h
+++ b/components/arc/metrics/arc_low_memory_killer_monitor.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_CHROMEOS_ARC_ARC_LOW_MEMORY_KILLER_MONITOR_H_
-#define CHROME_BROWSER_CHROMEOS_ARC_ARC_LOW_MEMORY_KILLER_MONITOR_H_
+#ifndef COMPONENTS_ARC_METRICS_ARC_LOW_MEMORY_KILLER_MONITOR_H_
+#define COMPONENTS_ARC_METRICS_ARC_LOW_MEMORY_KILLER_MONITOR_H_
#include "base/macros.h"
#include "base/memory/ref_counted.h"
@@ -41,4 +41,4 @@ class ArcLowMemoryKillerMonitor {
} // namespace arc
-#endif // CHROME_BROWSER_CHROMEOS_ARC_ARC_LOW_MEMORY_KILLER_MONITOR_H_"
+#endif // COMPONENTS_ARC_METRICS_ARC_LOW_MEMORY_KILLER_MONITOR_H_

Powered by Google App Engine
This is Rietveld 408576698