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

Unified Diff: chrome/test/base/testing_browser_process.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/test/base/testing_browser_process.h
diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h
index 9c6b80f883c2482e84442fb16216ade2b04ad269..3f8d89135d455da0eb7bf17f24408e7855647b4b 100644
--- a/chrome/test/base/testing_browser_process.h
+++ b/chrome/test/base/testing_browser_process.h
@@ -129,7 +129,7 @@ class TestingBrowserProcess : public BrowserProcess {
network_time::NetworkTimeTracker* network_time_tracker() override;
gcm::GCMDriver* gcm_driver() override;
- memory::TabManager* GetTabManager() override;
+ resource_coordinator::TabManager* GetTabManager() override;
shell_integration::DefaultWebClientState CachedDefaultWebClientState()
override;
physical_web::PhysicalWebDataSource* GetPhysicalWebDataSource() override;
@@ -188,7 +188,7 @@ class TestingBrowserProcess : public BrowserProcess {
// |tab_manager_| is null by default and will be created when
// GetTabManager() is invoked on supported platforms.
#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
- std::unique_ptr<memory::TabManager> tab_manager_;
+ std::unique_ptr<resource_coordinator::TabManager> tab_manager_;
#endif
// The following objects are not owned by TestingBrowserProcess:

Powered by Google App Engine
This is Rietveld 408576698