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

Unified Diff: chrome/browser/resource_coordinator/tab_manager.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_manager.h
diff --git a/chrome/browser/memory/tab_manager.h b/chrome/browser/resource_coordinator/tab_manager.h
similarity index 97%
rename from chrome/browser/memory/tab_manager.h
rename to chrome/browser/resource_coordinator/tab_manager.h
index 23c5c5fb3bf681e048440775f657da77e83efcea..72fa655d0c0941118cd4ad190cc89a645c469eb9 100644
--- a/chrome/browser/memory/tab_manager.h
+++ b/chrome/browser/resource_coordinator/tab_manager.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_MANAGER_H_
-#define CHROME_BROWSER_MEMORY_TAB_MANAGER_H_
+#ifndef CHROME_BROWSER_RESOURCE_COORDINATOR_TAB_MANAGER_H_
+#define CHROME_BROWSER_RESOURCE_COORDINATOR_TAB_MANAGER_H_
#include <stdint.h>
@@ -22,8 +22,8 @@
#include "base/strings/string16.h"
#include "base/timer/timer.h"
#include "build/build_config.h"
-#include "chrome/browser/memory/tab_manager_observer.h"
-#include "chrome/browser/memory/tab_stats.h"
+#include "chrome/browser/resource_coordinator/tab_manager_observer.h"
+#include "chrome/browser/resource_coordinator/tab_stats.h"
#include "chrome/browser/ui/browser_tab_strip_tracker.h"
#include "chrome/browser/ui/tabs/tab_strip_model_observer.h"
@@ -39,7 +39,7 @@ namespace content {
class WebContents;
}
-namespace memory {
+namespace resource_coordinator {
#if defined(OS_CHROMEOS)
class TabManagerDelegate;
@@ -371,6 +371,6 @@ class TabManager : public TabStripModelObserver {
DISALLOW_COPY_AND_ASSIGN(TabManager);
};
-} // namespace memory
+} // namespace resource_coordinator
-#endif // CHROME_BROWSER_MEMORY_TAB_MANAGER_H_
+#endif // CHROME_BROWSER_RESOURCE_COORDINATOR_TAB_MANAGER_H_

Powered by Google App Engine
This is Rietveld 408576698