Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2060)

Unified Diff: chrome/browser/resource_coordinator/tab_stats.h

Issue 2898033002: [TabManager] Move TabManager into chrome/browser/resource_coordinator. (Closed)
Patch Set: rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698