Index: ash/common/system/chromeos/palette/tools/create_note_action.h |
diff --git a/ash/common/system/chromeos/palette/tools/create_note_action.h b/ash/common/system/chromeos/palette/tools/create_note_action.h |
index c52ac0c7dc2a8e166ccc0edda646d2c387849d05..0621331f6277c14f28e338cc59f05ff1ea7a021c 100644 |
--- a/ash/common/system/chromeos/palette/tools/create_note_action.h |
+++ b/ash/common/system/chromeos/palette/tools/create_note_action.h |
@@ -26,7 +26,7 @@ class ASH_EXPORT CreateNoteAction : public CommonPaletteTool { |
views::View* CreateView() override; |
// CommonPaletteTool overrides. |
- gfx::VectorIconId GetPaletteIconId() override; |
+ const gfx::VectorIcon& GetPaletteIcon() const override; |
DISALLOW_COPY_AND_ASSIGN(CreateNoteAction); |
}; |