| Index: ash/common/multi_profile_uma.h
 | 
| diff --git a/ash/multi_profile_uma.h b/ash/common/multi_profile_uma.h
 | 
| similarity index 95%
 | 
| rename from ash/multi_profile_uma.h
 | 
| rename to ash/common/multi_profile_uma.h
 | 
| index 69c68b7443076ce62ac3ce95ac3de5c89e88d770..3ea654a066bb90554a400c5c852122696a798c13 100644
 | 
| --- a/ash/multi_profile_uma.h
 | 
| +++ b/ash/common/multi_profile_uma.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 ASH_MULTI_PROFILE_UMA_H_
 | 
| -#define ASH_MULTI_PROFILE_UMA_H_
 | 
| +#ifndef ASH_COMMON_MULTI_PROFILE_UMA_H_
 | 
| +#define ASH_COMMON_MULTI_PROFILE_UMA_H_
 | 
|  
 | 
|  #include "ash/ash_export.h"
 | 
|  #include "base/macros.h"
 | 
| @@ -82,4 +82,4 @@ class ASH_EXPORT MultiProfileUMA {
 | 
|  
 | 
|  }  // namespace ash
 | 
|  
 | 
| -#endif  // ASH_MULTI_PROFILE_UMA_H_
 | 
| +#endif  // ASH_COMMON_MULTI_PROFILE_UMA_H_
 | 
| 
 |