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

Unified Diff: chrome/browser/memory/system_memory_stats_recorder.h

Issue 1188823002: [MemoryPressure] Move chrome/browser/chromeos/* to chrome/browser/memory/*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed sky@ comments. Created 5 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: chrome/browser/memory/system_memory_stats_recorder.h
diff --git a/chrome/browser/chromeos/memory/system_memory_stats_recorder.h b/chrome/browser/memory/system_memory_stats_recorder.h
similarity index 69%
rename from chrome/browser/chromeos/memory/system_memory_stats_recorder.h
rename to chrome/browser/memory/system_memory_stats_recorder.h
index decab2651b69fc98f5459edc6cd53f7b4f2b192a..ce406bf79ae89717d069fdd7e90b3b9aa5c1b034 100644
--- a/chrome/browser/chromeos/memory/system_memory_stats_recorder.h
+++ b/chrome/browser/memory/system_memory_stats_recorder.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_CHROMEOS_MEMORY_SYSTEM_MEMORY_STATS_RECORDER_H_
-#define CHROME_BROWSER_CHROMEOS_MEMORY_SYSTEM_MEMORY_STATS_RECORDER_H_
+#ifndef CHROME_BROWSER_MEMORY_SYSTEM_MEMORY_STATS_RECORDER_H_
+#define CHROME_BROWSER_MEMORY_SYSTEM_MEMORY_STATS_RECORDER_H_
-namespace chromeos {
+namespace memory {
// The type of memory UMA stats to be recorded in RecordMemoryStats.
enum RecordMemoryStatsType {
@@ -21,6 +21,6 @@ enum RecordMemoryStatsType {
void RecordMemoryStats(RecordMemoryStatsType type);
-} // namespace chromeos
+} // namespace memory
-#endif // CHROME_BROWSER_CHROMEOS_MEMORY_SYSTEM_MEMORY_STATS_RECORDER_H_
+#endif // CHROME_BROWSER_MEMORY_SYSTEM_MEMORY_STATS_RECORDER_H_

Powered by Google App Engine
This is Rietveld 408576698