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

Unified Diff: services/ui/ws/window_manager_window_tree_factory_set.h

Issue 2481013008: Delete WindowManagerWindowTreeFactorySetTestApi. (Closed)
Patch Set: Make const ref. Created 4 years, 1 month 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
« no previous file with comments | « services/ui/ws/window_manager_window_tree_factory.h ('k') | services/ui/ws/window_tree_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_manager_window_tree_factory_set.h
diff --git a/services/ui/ws/window_manager_window_tree_factory_set.h b/services/ui/ws/window_manager_window_tree_factory_set.h
index 0c28c2735402dd8d327182b3e7b35bdb8d82d2ba..b20c3bcdffcc965fe617037591c0eb742cc5a748 100644
--- a/services/ui/ws/window_manager_window_tree_factory_set.h
+++ b/services/ui/ws/window_manager_window_tree_factory_set.h
@@ -25,10 +25,6 @@ class WindowManagerWindowTreeFactorySetObserver;
class WindowServer;
class WindowTree;
-namespace test {
-class WindowManagerWindowTreeFactorySetTestApi;
-}
-
// WindowManagerWindowTreeFactorySet tracks the set of registered
// WindowManagerWindowTreeHostFactories.
class WindowManagerWindowTreeFactorySet : public UserIdTrackerObserver {
@@ -65,7 +61,6 @@ class WindowManagerWindowTreeFactorySet : public UserIdTrackerObserver {
private:
friend class WindowManagerWindowTreeFactory;
- friend class test::WindowManagerWindowTreeFactorySetTestApi;
// Called by WindowManagerWindowTreeFactory when CreateWindowTree() has
// been called.
« no previous file with comments | « services/ui/ws/window_manager_window_tree_factory.h ('k') | services/ui/ws/window_tree_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698