| Index: ash/system/palette/tools/create_note_action.h | 
| diff --git a/ash/common/system/chromeos/palette/tools/create_note_action.h b/ash/system/palette/tools/create_note_action.h | 
| similarity index 77% | 
| rename from ash/common/system/chromeos/palette/tools/create_note_action.h | 
| rename to ash/system/palette/tools/create_note_action.h | 
| index 0621331f6277c14f28e338cc59f05ff1ea7a021c..2b4e56453d9c399acb737f404a1c3d7664fec9c8 100644 | 
| --- a/ash/common/system/chromeos/palette/tools/create_note_action.h | 
| +++ b/ash/system/palette/tools/create_note_action.h | 
| @@ -2,11 +2,11 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#ifndef ASH_COMMON_SYSTEM_CHROMEOS_PALETTE_CREATE_NOTE_ACTION_H_ | 
| -#define ASH_COMMON_SYSTEM_CHROMEOS_PALETTE_CREATE_NOTE_ACTION_H_ | 
| +#ifndef ASH_SYSTEM_PALETTE_TOOLS_CREATE_NOTE_ACTION_H_ | 
| +#define ASH_SYSTEM_PALETTE_TOOLS_CREATE_NOTE_ACTION_H_ | 
|  | 
| #include "ash/ash_export.h" | 
| -#include "ash/common/system/chromeos/palette/common_palette_tool.h" | 
| +#include "ash/system/palette/common_palette_tool.h" | 
| #include "base/macros.h" | 
|  | 
| namespace ash { | 
| @@ -33,4 +33,4 @@ class ASH_EXPORT CreateNoteAction : public CommonPaletteTool { | 
|  | 
| }  // namespace ash | 
|  | 
| -#endif  // ASH_COMMON_SYSTEM_CHROMEOS_PALETTE_CREATE_NOTE_ACTION_H_ | 
| +#endif  // ASH_SYSTEM_PALETTE_TOOLS_CREATE_NOTE_ACTION_H_ | 
|  |