| Index: ash/system/system_notifier.h
|
| diff --git a/ash/system/system_notifier.h b/ash/system/system_notifier.h
|
| index db741ec9fee252f087a94b40c6a8d5d03fe502b6..9461389d0923f91af4aa399caf07d849611a4e79 100644
|
| --- a/ash/system/system_notifier.h
|
| +++ b/ash/system/system_notifier.h
|
| @@ -14,6 +14,7 @@ namespace ash {
|
| namespace system_notifier {
|
|
|
| // The list of ash system notifier IDs. Alphabetical order.
|
| +ASH_EXPORT extern const char kNotifierBattery[];
|
| ASH_EXPORT extern const char kNotifierBluetooth[];
|
| ASH_EXPORT extern const char kNotifierDisplay[];
|
| ASH_EXPORT extern const char kNotifierDisplayResolutionChange[];
|
|
|