| Index: chrome/browser/memory/oom_priority_manager.h
|
| diff --git a/chrome/browser/chromeos/memory/oom_priority_manager.h b/chrome/browser/memory/oom_priority_manager.h
|
| similarity index 96%
|
| rename from chrome/browser/chromeos/memory/oom_priority_manager.h
|
| rename to chrome/browser/memory/oom_priority_manager.h
|
| index fbb44306f5f76917df66c751230cac1f06c03c8d..b5c175736b7b068b33e9206e16f5f9bee343f1c8 100644
|
| --- a/chrome/browser/chromeos/memory/oom_priority_manager.h
|
| +++ b/chrome/browser/memory/oom_priority_manager.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_PRIORITY_MANAGER_H_
|
| -#define CHROME_BROWSER_CHROMEOS_MEMORY_OOM_PRIORITY_MANAGER_H_
|
| +#ifndef CHROME_BROWSER_MEMORY_OOM_PRIORITY_MANAGER_H_
|
| +#define CHROME_BROWSER_MEMORY_OOM_PRIORITY_MANAGER_H_
|
|
|
| #include <utility>
|
| #include <vector>
|
| @@ -23,7 +23,7 @@
|
|
|
| class GURL;
|
|
|
| -namespace chromeos {
|
| +namespace memory {
|
|
|
| class LowMemoryObserver;
|
|
|
| @@ -192,6 +192,6 @@ class OomPriorityManager : public content::NotificationObserver {
|
| DISALLOW_COPY_AND_ASSIGN(OomPriorityManager);
|
| };
|
|
|
| -} // namespace chromeos
|
| +} // namespace memory
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_MEMORY_OOM_PRIORITY_MANAGER_H_
|
| +#endif // CHROME_BROWSER_MEMORY_OOM_PRIORITY_MANAGER_H_
|
|
|