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

Unified Diff: chrome/browser/resource_coordinator/tab_manager_observer.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_observer.h
diff --git a/chrome/browser/memory/tab_manager_observer.h b/chrome/browser/resource_coordinator/tab_manager_observer.h
similarity index 76%
rename from chrome/browser/memory/tab_manager_observer.h
rename to chrome/browser/resource_coordinator/tab_manager_observer.h
index 86dbc13f392e8368a127150aaea795eb7b4dbf79..e717fc3fd40e43b01f56ea082a52d8e5e34e2f90 100644
--- a/chrome/browser/memory/tab_manager_observer.h
+++ b/chrome/browser/resource_coordinator/tab_manager_observer.h
@@ -2,14 +2,14 @@
// 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_OBSERVER_H_
-#define CHROME_BROWSER_MEMORY_TAB_MANAGER_OBSERVER_H_
+#ifndef CHROME_BROWSER_RESOURCE_COORDINATOR_TAB_MANAGER_OBSERVER_H_
+#define CHROME_BROWSER_RESOURCE_COORDINATOR_TAB_MANAGER_OBSERVER_H_
namespace content {
class WebContents;
}
-namespace memory {
+namespace resource_coordinator {
// Interface for objects that wish to be notified of changes in TabManager.
class TabManagerObserver {
@@ -28,6 +28,6 @@ class TabManagerObserver {
virtual ~TabManagerObserver();
};
-} // namespace memory
+} // namespace resource_coordinator
-#endif // CHROME_BROWSER_MEMORY_TAB_MANAGER_OBSERVER_H_
+#endif // CHROME_BROWSER_RESOURCE_COORDINATOR_TAB_MANAGER_OBSERVER_H_

Powered by Google App Engine
This is Rietveld 408576698