| Index: chrome/browser/ui/webui/about_ui.cc
|
| diff --git a/chrome/browser/ui/webui/about_ui.cc b/chrome/browser/ui/webui/about_ui.cc
|
| index ec8cd831bc096bf38306fd4eefb5808949df8d7a..9047f0a41d18d059165f627218e6bf4371b1cbb3 100644
|
| --- a/chrome/browser/ui/webui/about_ui.cc
|
| +++ b/chrome/browser/ui/webui/about_ui.cc
|
| @@ -76,7 +76,7 @@
|
| #if defined(OS_CHROMEOS)
|
| #include "chrome/browser/browser_process_platform_part_chromeos.h"
|
| #include "chrome/browser/chromeos/customization/customization_document.h"
|
| -#include "chrome/browser/chromeos/memory/oom_priority_manager.h"
|
| +#include "chrome/browser/memory/oom_priority_manager.h"
|
| #endif
|
|
|
| using base::Time;
|
| @@ -516,7 +516,7 @@ std::string AboutDiscards(const std::string& path) {
|
| "<p>Tabs sorted from most interesting to least interesting. The least "
|
| "interesting tab may be discarded if we run out of physical memory.</p>");
|
|
|
| - chromeos::OomPriorityManager* oom =
|
| + memory::OomPriorityManager* oom =
|
| g_browser_process->platform_part()->oom_priority_manager();
|
| std::vector<base::string16> titles = oom->GetTabTitles();
|
| if (!titles.empty()) {
|
|
|