| Index: extensions/common/extension_icon_set.h
|
| diff --git a/extensions/common/extension_icon_set.h b/extensions/common/extension_icon_set.h
|
| index 6a7697bb259148e897140b3ca99cb085b2c004b3..2791db20ab461d57b0f1e13c1640c9b7b031b658 100644
|
| --- a/extensions/common/extension_icon_set.h
|
| +++ b/extensions/common/extension_icon_set.h
|
| @@ -37,7 +37,7 @@ class ExtensionIconSet {
|
|
|
| // Gets path value of the icon found when searching for |size| using
|
| // |mathc_type|.
|
| - std::string Get(int size, MatchType match_type) const;
|
| + const std::string& Get(int size, MatchType match_type) const;
|
|
|
| // Returns true iff the set contains the specified path.
|
| bool ContainsPath(const std::string& path) const;
|
|
|