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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.h

Issue 538333002: gn/linux: warnings as errors, turn on Wextra (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 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
« no previous file with comments | « build/secondary/third_party/libsrtp/BUILD.gn ('k') | content/common/cursors/webcursor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.h b/chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.h
index 0612db3202b6469ac54b345adbf9616e9ead2b86..ee0cf5766459edf22f4262930ce5f9be7dd11450 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.h
@@ -26,7 +26,7 @@ class ChromeLauncherAppMenuItem {
const gfx::Image& icon() const { return icon_; }
// Returns true if a separator should be inserted before this item.
- const bool HasLeadingSeparator() const { return has_leading_separator_; }
+ bool HasLeadingSeparator() const { return has_leading_separator_; }
// Returns true if the item is active.
virtual bool IsActive() const;
« no previous file with comments | « build/secondary/third_party/libsrtp/BUILD.gn ('k') | content/common/cursors/webcursor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698