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

Unified Diff: chrome/browser/memory/oom_memory_details_chromeos.cc

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
« no previous file with comments | « chrome/browser/memory/oom_memory_details.h ('k') | chrome/browser/memory/oom_priority_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/memory/oom_memory_details_chromeos.cc
diff --git a/chrome/browser/chromeos/memory/oom_memory_details.cc b/chrome/browser/memory/oom_memory_details_chromeos.cc
similarity index 90%
rename from chrome/browser/chromeos/memory/oom_memory_details.cc
rename to chrome/browser/memory/oom_memory_details_chromeos.cc
index effd3178b543157eb1fff05873a706bd430a1907..9269a3021ab734410663bc41b07a1c006dd3ca27 100644
--- a/chrome/browser/chromeos/memory/oom_memory_details.cc
+++ b/chrome/browser/memory/oom_memory_details_chromeos.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/chromeos/memory/oom_memory_details.h"
+#include "chrome/browser/memory/oom_memory_details.h"
#include "base/logging.h"
#include "base/process/process_metrics.h"
#include "base/strings/utf_string_conversions.h"
-#include "chrome/browser/chromeos/memory/oom_memory_details.h"
+#include "chrome/browser/memory/oom_memory_details.h"
#include "ui/base/text/bytes_formatting.h"
-namespace chromeos {
+namespace memory {
// static
void OomMemoryDetails::Log(const std::string& title,
@@ -49,4 +49,4 @@ void OomMemoryDetails::OnDetailsAvailable() {
Release();
}
-} // namespace chromeos
+} // namespace memory
« no previous file with comments | « chrome/browser/memory/oom_memory_details.h ('k') | chrome/browser/memory/oom_priority_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698