| 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
|
|
|