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

Unified Diff: services/ui/ws/window_manager_window_tree_factory.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
Index: services/ui/ws/window_manager_window_tree_factory.h
diff --git a/services/ui/ws/window_manager_window_tree_factory.h b/services/ui/ws/window_manager_window_tree_factory.h
index 4d5760df07d68c5d40ed7a6d53f1002504c0566d..252fdf5cb50f2d8d1322995dfabc0f8c2375ba41 100644
--- a/services/ui/ws/window_manager_window_tree_factory.h
+++ b/services/ui/ws/window_manager_window_tree_factory.h
@@ -19,10 +19,6 @@ class WindowManagerWindowTreeFactorySet;
class WindowServer;
class WindowTree;
-namespace test {
-class WindowManagerWindowTreeFactorySetTestApi;
-}
-
// Implementation of mojom::WindowManagerWindowTreeFactory.
class WindowManagerWindowTreeFactory
: public mojom::WindowManagerWindowTreeFactory {
@@ -42,8 +38,6 @@ class WindowManagerWindowTreeFactory
mojom::WindowTreeClientPtr window_tree_client) override;
private:
- friend class test::WindowManagerWindowTreeFactorySetTestApi;
-
// Used by tests.
WindowManagerWindowTreeFactory(WindowManagerWindowTreeFactorySet* registry,
const UserId& user_id);
« no previous file with comments | « services/ui/ws/window_manager_state_unittest.cc ('k') | services/ui/ws/window_manager_window_tree_factory_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698