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

Unified Diff: chrome/browser/memory/oom_memory_details.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/oom_memory_details.h
diff --git a/chrome/browser/chromeos/memory/oom_memory_details.h b/chrome/browser/memory/oom_memory_details.h
similarity index 82%
rename from chrome/browser/chromeos/memory/oom_memory_details.h
rename to chrome/browser/memory/oom_memory_details.h
index fa781a2a07a443d4e8ee97a724dbc7bf8c4936f9..99f9829aea1c087bf6cdccab44604c8e016fa89e 100644
--- a/chrome/browser/chromeos/memory/oom_memory_details.h
+++ b/chrome/browser/memory/oom_memory_details.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_MEMORY_OOM_MEMORY_DETAILS_H_
-#define CHROME_BROWSER_CHROMEOS_MEMORY_OOM_MEMORY_DETAILS_H_
+#ifndef CHROME_BROWSER_MEMORY_OOM_MEMORY_DETAILS_H_
+#define CHROME_BROWSER_MEMORY_OOM_MEMORY_DETAILS_H_
#include <string>
@@ -12,7 +12,7 @@
#include "base/time/time.h"
#include "chrome/browser/memory_details.h"
-namespace chromeos {
+namespace memory {
////////////////////////////////////////////////////////////////////////////////
// OomMemoryDetails logs details about all Chrome processes during an out-of-
@@ -37,6 +37,6 @@ class OomMemoryDetails : public MemoryDetails {
DISALLOW_COPY_AND_ASSIGN(OomMemoryDetails);
};
-} // namespace chromeos
+} // namespace memory
-#endif // CHROME_BROWSER_CHROMEOS_MEMORY_OOM_MEMORY_DETAILS_H_
+#endif // CHROME_BROWSER_MEMORY_OOM_MEMORY_DETAILS_H_
« no previous file with comments | « chrome/browser/memory/low_memory_observer_chromeos.cc ('k') | chrome/browser/memory/oom_memory_details_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698