| Index: components/mus/view_locator.cc
 | 
| diff --git a/components/view_manager/view_locator.cc b/components/mus/view_locator.cc
 | 
| similarity index 91%
 | 
| rename from components/view_manager/view_locator.cc
 | 
| rename to components/mus/view_locator.cc
 | 
| index 415eac81106ba5ce718dcad947bbca09eff68e82..0fb92d196e4268b975acc1fa3add7f2715ca870b 100644
 | 
| --- a/components/view_manager/view_locator.cc
 | 
| +++ b/components/mus/view_locator.cc
 | 
| @@ -2,9 +2,9 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "components/view_manager/view_locator.h"
 | 
| +#include "components/mus/view_locator.h"
 | 
|  
 | 
| -#include "components/view_manager/server_view.h"
 | 
| +#include "components/mus/server_view.h"
 | 
|  
 | 
|  namespace view_manager {
 | 
|  
 | 
| 
 |