Chromium Code Reviews| Index: views/controls/label.cc |
| =================================================================== |
| --- views/controls/label.cc (revision 27132) |
| +++ views/controls/label.cc (working copy) |
| @@ -1,4 +1,4 @@ |
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| @@ -18,6 +18,7 @@ |
| namespace views { |
| + // static |
|
sky
2009/09/25 00:03:51
nit: no need to indent this.
|
| const char Label::kViewClassName[] = "views/Label"; |
| static const SkColor kEnabledColor = SK_ColorBLACK; |