From 6827766b1fcc5885b7a8bc8c707e283f71f46f09 Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Thu, 28 Jul 2011 06:32:33 +0000 Subject: Create views.dll / libviews.so R=sky@chromium.org,rvargas@chromium.org Review URL: http://codereview.chromium.org/7493017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94428 0039d316-1c4b-4281-b951-d872f2087c98 --- views/border.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/border.h') diff --git a/views/border.h b/views/border.h index 15d94b0..3d57c5d 100644 --- a/views/border.h +++ b/views/border.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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. @@ -34,7 +34,7 @@ class View; // //////////////////////////////////////////////////////////////////////////////// -class Border { +class VIEWS_API Border { public: Border(); virtual ~Border(); -- cgit v1.1