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

Unified Diff: ash/common/system/chromeos/palette/tools/capture_screen_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/capture_screen_action.h
diff --git a/ash/common/system/chromeos/palette/tools/capture_screen_action.h b/ash/common/system/chromeos/palette/tools/capture_screen_action.h
index 09b083f4da2a154e7dcac0e68cc65070e5bcfc08..148b71d2331e66b5bb66167a930b2c8616dfc5ac 100644
--- a/ash/common/system/chromeos/palette/tools/capture_screen_action.h
+++ b/ash/common/system/chromeos/palette/tools/capture_screen_action.h
@@ -23,7 +23,7 @@ class ASH_EXPORT CaptureScreenAction : public CommonPaletteTool {
views::View* CreateView() override;
// CommonPaletteTool overrides.
- gfx::VectorIconId GetPaletteIconId() override;
+ const gfx::VectorIcon& GetPaletteIcon() const override;
DISALLOW_COPY_AND_ASSIGN(CaptureScreenAction);
};

Powered by Google App Engine
This is Rietveld 408576698