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

Unified Diff: ui/aura/test/mus/test_window_tree_client_setup.h

Issue 2445163002: Make aura work with mus (Closed)
Patch Set: NON_EXPORTED_BASE_CLASS Created 4 years, 2 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
« no previous file with comments | « ui/aura/test/mus/test_window_tree.cc ('k') | ui/aura/test/mus/test_window_tree_client_setup.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/mus/test_window_tree_client_setup.h
diff --git a/services/ui/public/cpp/tests/test_window_tree_client_setup.h b/ui/aura/test/mus/test_window_tree_client_setup.h
similarity index 85%
copy from services/ui/public/cpp/tests/test_window_tree_client_setup.h
copy to ui/aura/test/mus/test_window_tree_client_setup.h
index e7146f9a45372a34de12ad6483bfd4bcad313e47..50fa5147449b47183e5d4d120fdc053589a81590 100644
--- a/services/ui/public/cpp/tests/test_window_tree_client_setup.h
+++ b/ui/aura/test/mus/test_window_tree_client_setup.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 SERVICES_UI_PUBLIC_CPP_TESTS_TEST_WINDOW_TREE_CLIENT_SETUP_H_
-#define SERVICES_UI_PUBLIC_CPP_TESTS_TEST_WINDOW_TREE_CLIENT_SETUP_H_
+#ifndef UI_AURA_TEST_MUS_TEST_WINDOW_TREE_CLIENT_SETUP_H_
+#define UI_AURA_TEST_MUS_TEST_WINDOW_TREE_CLIENT_SETUP_H_
#include <memory>
@@ -13,7 +13,7 @@ namespace display {
class Display;
}
-namespace ui {
+namespace aura {
class TestWindowTree;
class WindowManagerDelegate;
@@ -52,6 +52,6 @@ class TestWindowTreeClientSetup {
DISALLOW_COPY_AND_ASSIGN(TestWindowTreeClientSetup);
};
-} // namespace ui
+} // namespace aura
-#endif // SERVICES_UI_PUBLIC_CPP_TESTS_TEST_WINDOW_TREE_CLIENT_SETUP_H_
+#endif // UI_AURA_TEST_MUS_TEST_WINDOW_TREE_CLIENT_SETUP_H_
« no previous file with comments | « ui/aura/test/mus/test_window_tree.cc ('k') | ui/aura/test/mus/test_window_tree_client_setup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698