| 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;
|
|
|