| Index: chrome/browser/resource_coordinator/tab_stats.cc
|
| diff --git a/chrome/browser/memory/tab_stats.cc b/chrome/browser/resource_coordinator/tab_stats.cc
|
| similarity index 77%
|
| rename from chrome/browser/memory/tab_stats.cc
|
| rename to chrome/browser/resource_coordinator/tab_stats.cc
|
| index f0f1439a0bc1f3690350cb6e7efbee4a55d75568..9a9f5376c234a30958c2fed7210f293c7dbf9e08 100644
|
| --- a/chrome/browser/memory/tab_stats.cc
|
| +++ b/chrome/browser/resource_coordinator/tab_stats.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "chrome/browser/resource_coordinator/tab_stats.h"
|
| #include "build/build_config.h"
|
| -#include "chrome/browser/memory/tab_stats.h"
|
|
|
| -namespace memory {
|
| +namespace resource_coordinator {
|
|
|
| TabStats::TabStats() = default;
|
|
|
| @@ -17,4 +17,4 @@ TabStats::~TabStats() {}
|
|
|
| TabStats& TabStats::operator=(const TabStats& other) = default;
|
|
|
| -} // namespace memory
|
| +} // namespace resource_coordinator
|
|
|