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

Unified Diff: components/mus/public/cpp/lib/view_observer.cc

Issue 1344573002: Mandoline: Rename components/view_manager to components/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 3 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 | « components/mus/public/cpp/lib/view.cc ('k') | components/mus/public/cpp/lib/view_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/lib/view_observer.cc
diff --git a/components/view_manager/public/cpp/lib/view_observer.cc b/components/mus/public/cpp/lib/view_observer.cc
similarity index 83%
rename from components/view_manager/public/cpp/lib/view_observer.cc
rename to components/mus/public/cpp/lib/view_observer.cc
index 8c6fcaac2cdc46ff2563952bdca1c5b27c93dde8..a216da95684e209c9313b31d727a595c1abbb302 100644
--- a/components/view_manager/public/cpp/lib/view_observer.cc
+++ b/components/mus/public/cpp/lib/view_observer.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/view_manager/public/cpp/view_observer.h"
+#include "components/mus/public/cpp/view_observer.h"
namespace mojo {
@@ -13,7 +13,6 @@ ViewObserver::TreeChangeParams::TreeChangeParams()
: target(nullptr),
old_parent(nullptr),
new_parent(nullptr),
- receiver(nullptr) {
-}
+ receiver(nullptr) {}
} // namespace mojo
« no previous file with comments | « components/mus/public/cpp/lib/view.cc ('k') | components/mus/public/cpp/lib/view_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698