diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-28 17:32:38 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-28 17:32:38 +0000 |
commit | 864876b53249e2c801b09e3a94f42b98019f2ba4 (patch) | |
tree | 566179967ccb846f53fb8c7bba683459e398c90d /views/views_delegate.h | |
parent | 17f3537c835337ec2f5e4269025c91f9b578bb04 (diff) | |
download | chromium_src-864876b53249e2c801b09e3a94f42b98019f2ba4.zip chromium_src-864876b53249e2c801b09e3a94f42b98019f2ba4.tar.gz chromium_src-864876b53249e2c801b09e3a94f42b98019f2ba4.tar.bz2 |
views: Fix bad license headers found in some files
BUG=50266
TEST=None
Review URL: http://codereview.chromium.org/3017036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53974 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views_delegate.h')
-rw-r--r-- | views/views_delegate.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/views/views_delegate.h b/views/views_delegate.h index e817bbf..bc05b45 100644 --- a/views/views_delegate.h +++ b/views/views_delegate.h @@ -1,6 +1,6 @@ -// Copyright (c) 2010 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. +// Copyright (c) 2010 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. #ifndef VIEWS_VIEWS_DELEGATE_H_ #define VIEWS_VIEWS_DELEGATE_H_ @@ -12,6 +12,7 @@ #endif class Clipboard; + namespace gfx { class Rect; } @@ -63,4 +64,4 @@ class ViewsDelegate { } // namespace views -#endif // #ifndef VIEWS_VIEWS_DELEGATE_H_ +#endif // VIEWS_VIEWS_DELEGATE_H_ |