| Index: components/mus/view_locator.h
 | 
| diff --git a/components/view_manager/view_locator.h b/components/mus/view_locator.h
 | 
| similarity index 80%
 | 
| rename from components/view_manager/view_locator.h
 | 
| rename to components/mus/view_locator.h
 | 
| index 13a1f0c597f8c1a46c428780142c8f07c3196962..c974834a37e855c072b5f81e3a088edbf1626a8a 100644
 | 
| --- a/components/view_manager/view_locator.h
 | 
| +++ b/components/mus/view_locator.h
 | 
| @@ -2,8 +2,8 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#ifndef COMPONENTS_VIEW_MANAGER_VIEW_LOCATOR_H_
 | 
| -#define COMPONENTS_VIEW_MANAGER_VIEW_LOCATOR_H_
 | 
| +#ifndef COMPONENTS_MUS_VIEW_LOCATOR_H_
 | 
| +#define COMPONENTS_MUS_VIEW_LOCATOR_H_
 | 
|  
 | 
|  namespace gfx {
 | 
|  class Point;
 | 
| @@ -21,4 +21,4 @@ ServerView* FindDeepestVisibleView(ServerView* view,
 | 
|  
 | 
|  }  // namespace view_manager
 | 
|  
 | 
| -#endif  // COMPONENTS_VIEW_MANAGER_VIEW_LOCATOR_H_
 | 
| +#endif  // COMPONENTS_MUS_VIEW_LOCATOR_H_
 | 
| 
 |