| Index: mojo/services/view_manager/public/cpp/lib/view_manager_client_factory.cc
|
| diff --git a/mojo/services/public/cpp/view_manager/lib/view_manager_client_factory.cc b/mojo/services/view_manager/public/cpp/lib/view_manager_client_factory.cc
|
| similarity index 90%
|
| rename from mojo/services/public/cpp/view_manager/lib/view_manager_client_factory.cc
|
| rename to mojo/services/view_manager/public/cpp/lib/view_manager_client_factory.cc
|
| index 717542309c3f718d51992688c6cc0aea6abe0490..5ee83f1a9d9d02742b5ff68879d7d664530f0c2e 100644
|
| --- a/mojo/services/public/cpp/view_manager/lib/view_manager_client_factory.cc
|
| +++ b/mojo/services/view_manager/public/cpp/lib/view_manager_client_factory.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 "mojo/services/public/cpp/view_manager/view_manager_client_factory.h"
|
| +#include "mojo/services/view_manager/public/cpp/view_manager_client_factory.h"
|
|
|
| #include "mojo/public/interfaces/application/shell.mojom.h"
|
| -#include "mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h"
|
| +#include "mojo/services/view_manager/public/cpp/lib/view_manager_client_impl.h"
|
|
|
| namespace mojo {
|
|
|
|
|