| Index: chrome/browser/resource_coordinator/tab_manager_observer.cc
|
| diff --git a/chrome/browser/memory/tab_manager_observer.cc b/chrome/browser/resource_coordinator/tab_manager_observer.cc
|
| similarity index 79%
|
| rename from chrome/browser/memory/tab_manager_observer.cc
|
| rename to chrome/browser/resource_coordinator/tab_manager_observer.cc
|
| index 782a15875bb4176be204d49e7927de6571eab19b..c931f87047a060055bbe402bd1c4e9d32d201cf5 100644
|
| --- a/chrome/browser/memory/tab_manager_observer.cc
|
| +++ b/chrome/browser/resource_coordinator/tab_manager_observer.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/memory/tab_manager_observer.h"
|
| +#include "chrome/browser/resource_coordinator/tab_manager_observer.h"
|
|
|
| namespace content {
|
| class WebContents;
|
| }
|
|
|
| -namespace memory {
|
| +namespace resource_coordinator {
|
|
|
| void TabManagerObserver::OnDiscardedStateChange(content::WebContents* contents,
|
| bool is_discarded) {}
|
| @@ -19,4 +19,4 @@ void TabManagerObserver::OnAutoDiscardableStateChange(
|
|
|
| TabManagerObserver::~TabManagerObserver() {}
|
|
|
| -} // namespace memory
|
| +} // namespace resource_coordinator
|
|
|