| Index: chrome/browser/chromeos/memory/oom_priority_manager.cc
|
| diff --git a/chrome/browser/chromeos/memory/oom_priority_manager.cc b/chrome/browser/chromeos/memory/oom_priority_manager.cc
|
| index cc1427870e0874dfe2356d6a6c90ad90dbaf9c39..823207f9ffa1726ffe25d14afbea0d9f3e82d501 100644
|
| --- a/chrome/browser/chromeos/memory/oom_priority_manager.cc
|
| +++ b/chrome/browser/chromeos/memory/oom_priority_manager.cc
|
| @@ -272,7 +272,7 @@ void OomPriorityManager::LogMemoryAndDiscardTab() {
|
| bool OomPriorityManager::IsReloadableUI(const GURL& url) {
|
| // There are many chrome:// UI URLs, but only look for the ones that users
|
| // are likely to have open. Most of the benefit is the from NTP URL.
|
| - const char* kReloadableUrlPrefixes[] = {
|
| + const char* const kReloadableUrlPrefixes[] = {
|
| chrome::kChromeUIDownloadsURL,
|
| chrome::kChromeUIHistoryURL,
|
| chrome::kChromeUINewTabURL,
|
|
|