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

Unified Diff: chrome/browser/memory/low_memory_observer_chromeos.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
« no previous file with comments | « chrome/browser/memory/OWNERS ('k') | chrome/browser/memory/low_memory_observer_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/memory/low_memory_observer_chromeos.h
diff --git a/chrome/browser/chromeos/memory/low_memory_observer.h b/chrome/browser/memory/low_memory_observer_chromeos.h
similarity index 81%
rename from chrome/browser/chromeos/memory/low_memory_observer.h
rename to chrome/browser/memory/low_memory_observer_chromeos.h
index 69d5f10738a500030db03ee7707687640cdc9f0a..21e0fc430b7d73a1bad7c741aa40a737b885f80d 100644
--- a/chrome/browser/chromeos/memory/low_memory_observer.h
+++ b/chrome/browser/memory/low_memory_observer_chromeos.h
@@ -2,12 +2,12 @@
// 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_LOW_MEMORY_OBSERVER_H_
-#define CHROME_BROWSER_CHROMEOS_MEMORY_LOW_MEMORY_OBSERVER_H_
+#ifndef CHROME_BROWSER_MEMORY_LOW_MEMORY_OBSERVER_CHROMEOS_H_
+#define CHROME_BROWSER_MEMORY_LOW_MEMORY_OBSERVER_CHROMEOS_H_
#include "base/memory/ref_counted.h"
-namespace chromeos {
+namespace memory {
class LowMemoryObserverImpl;
@@ -36,6 +36,6 @@ class LowMemoryObserver {
DISALLOW_COPY_AND_ASSIGN(LowMemoryObserver);
};
-} // namespace chromeos
+} // namespace memory
-#endif // CHROME_BROWSER_CHROMEOS_MEMORY_LOW_MEMORY_OBSERVER_H_
+#endif // CHROME_BROWSER_MEMORY_LOW_MEMORY_OBSERVER_CHROMEOS_H_
« no previous file with comments | « chrome/browser/memory/OWNERS ('k') | chrome/browser/memory/low_memory_observer_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698