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

Unified Diff: ui/aura/mus/window_tree_client_delegate.cc

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/mus/window_tree_client_delegate.h ('k') | ui/aura/mus/window_tree_client_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_tree_client_delegate.cc
diff --git a/services/ui/public/cpp/window_tree_client_delegate.cc b/ui/aura/mus/window_tree_client_delegate.cc
similarity index 69%
copy from services/ui/public/cpp/window_tree_client_delegate.cc
copy to ui/aura/mus/window_tree_client_delegate.cc
index 7e3703a867181011721a4eb768f650cf7feabc8b..90777c43aca43c49d856e79f7ad9725fd7e52227 100644
--- a/services/ui/public/cpp/window_tree_client_delegate.cc
+++ b/ui/aura/mus/window_tree_client_delegate.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "services/ui/public/cpp/window_tree_client_delegate.h"
+#include "ui/aura/mus/window_tree_client_delegate.h"
-namespace ui {
+namespace aura {
void WindowTreeClientDelegate::OnUnembed(Window* root) {}
-} // namespace ui
+} // namespace aura
« no previous file with comments | « ui/aura/mus/window_tree_client_delegate.h ('k') | ui/aura/mus/window_tree_client_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698