| Index: ash/popup_message.h
|
| diff --git a/ash/popup_message.h b/ash/popup_message.h
|
| index 276dcd2955df98d49cc2f707720018020f9dc088..5da93d04d857dc79f470e7584f2439e4ffdf2300 100644
|
| --- a/ash/popup_message.h
|
| +++ b/ash/popup_message.h
|
| @@ -22,10 +22,7 @@ namespace ash {
|
| // dismiss it, the calling code needs to explictly close and destroy it.
|
| class ASH_EXPORT PopupMessage {
|
| public:
|
| - enum IconType {
|
| - ICON_WARNING,
|
| - ICON_NONE
|
| - };
|
| + enum IconType { ICON_WARNING, ICON_NONE };
|
|
|
| // Creates a message pointing towards |anchor| with the requested
|
| // |arrow_orientation|. The message contains an optional |caption| which is
|
|
|