Chromium Code Reviews| Index: ui/aura/aura_constants.cc |
| diff --git a/ui/aura/aura_constants.cc b/ui/aura/aura_constants.cc |
| index c6e523596832c4f649ce4ce315ff1003e4763f34..f31dc75666ba05ab3491e2fb4342941c31cc2f11 100644 |
| --- a/ui/aura/aura_constants.cc |
| +++ b/ui/aura/aura_constants.cc |
| @@ -6,10 +6,9 @@ |
| namespace aura { |
| -const char* kRestoreBoundsKey = "RestoreBoundsKey"; |
| - |
| -const char* kShowStateKey = "ShowStateKey"; |
| - |
| -const char* kTooltipTextKey = "TooltipTextKey"; |
| +const char kAlwaysOnTopKey[] = "AlwaysOnTop"; |
| +const char kRestoreBoundsKey[] = "RestoreBoundsKey"; |
| +const char kShowStateKey[] = "ShowStateKey"; |
| +const char kTooltipTextKey[] = "TooltipTextKey"; |
| } |
|
tfarina
2011/11/02 23:34:35
please add // namespace aura
|