From be9cc1e25193726e62de79bdfa0d3afb65fd0ac7 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Tue, 8 Nov 2011 18:27:02 +0000 Subject: views: Constantify two kViewClassName strings. R=sky@chromium.org Review URL: http://codereview.chromium.org/8495014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109056 0039d316-1c4b-4281-b951-d872f2087c98 --- views/view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/view.h') diff --git a/views/view.h b/views/view.h index c0154f0..6c49097 100644 --- a/views/view.h +++ b/views/view.h @@ -363,7 +363,7 @@ class VIEWS_EXPORT View : public ui::LayerDelegate, // Attributes ---------------------------------------------------------------- // The view class name. - static char kViewClassName[]; + static const char kViewClassName[]; // Return the receiving view's class name. A view class is a string which // uniquely identifies the view class. It is intended to be used as a way to -- cgit v1.1