Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(431)

Unified Diff: ash/common/system/chromeos/palette/tools/create_note_action.h

Issue 2316183003: Move a bunch of ash-only vector icons to ash/. (Closed)
Patch Set: drop the "id". Just "icon". It's cleaner. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698