| Index: chrome/browser/resource_coordinator/tab_stats.h
|
| diff --git a/chrome/browser/memory/tab_stats.h b/chrome/browser/resource_coordinator/tab_stats.h
|
| similarity index 85%
|
| rename from chrome/browser/memory/tab_stats.h
|
| rename to chrome/browser/resource_coordinator/tab_stats.h
|
| index 38cdb0179680bc28159e4c0003bac1deba59d419..53cef5b333440bddeff97a83fa9e32521b10b515 100644
|
| --- a/chrome/browser/memory/tab_stats.h
|
| +++ b/chrome/browser/resource_coordinator/tab_stats.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_MEMORY_TAB_STATS_H_
|
| -#define CHROME_BROWSER_MEMORY_TAB_STATS_H_
|
| +#ifndef CHROME_BROWSER_RESOURCE_COORDINATOR_TAB_STATS_H_
|
| +#define CHROME_BROWSER_RESOURCE_COORDINATOR_TAB_STATS_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -18,7 +18,7 @@ namespace content {
|
| class RenderProcessHost;
|
| } // namespace content
|
|
|
| -namespace memory {
|
| +namespace resource_coordinator {
|
|
|
| struct TabStats {
|
| TabStats();
|
| @@ -52,6 +52,6 @@ struct TabStats {
|
|
|
| typedef std::vector<TabStats> TabStatsList;
|
|
|
| -} // namespace memory
|
| +} // namespace resource_coordinator
|
|
|
| -#endif // CHROME_BROWSER_MEMORY_TAB_STATS_H_
|
| +#endif // CHROME_BROWSER_RESOURCE_COORDINATOR_TAB_STATS_H_
|
|
|