| Index: ash/common/palette_delegate.h
 | 
| diff --git a/ash/palette_delegate.h b/ash/common/palette_delegate.h
 | 
| similarity index 94%
 | 
| rename from ash/palette_delegate.h
 | 
| rename to ash/common/palette_delegate.h
 | 
| index 942f09e7cc541a535702374c07a60e68506e86c4..9ebfe2422516eb6b1f93abf251c3f954dfd9ef96 100644
 | 
| --- a/ash/palette_delegate.h
 | 
| +++ b/ash/common/palette_delegate.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_PALETTE_DELEGATE_H_
 | 
| -#define ASH_PALETTE_DELEGATE_H_
 | 
| +#ifndef ASH_COMMON_PALETTE_DELEGATE_H_
 | 
| +#define ASH_COMMON_PALETTE_DELEGATE_H_
 | 
|  
 | 
|  #include "ash/ash_export.h"
 | 
|  #include "base/callback.h"
 | 
| @@ -60,4 +60,4 @@ class PaletteDelegate {
 | 
|  
 | 
|  }  // namespace ash
 | 
|  
 | 
| -#endif  // ASH_PALETTE_DELEGATE_H_
 | 
| +#endif  // ASH_COMMON_PALETTE_DELEGATE_H_
 | 
| 
 |