Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / ash / launcher / chrome_launcher_app_menu_item.h
index 0612db3..ee0cf57 100644 (file)
@@ -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;