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/window/window.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/window/window.h')
-rw-r--r-- | views/window/window.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/views/window/window.h b/views/window/window.h index c16cdaa..af1dc70 100644 --- a/views/window/window.h +++ b/views/window/window.h @@ -1,6 +1,6 @@ -// 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. +// 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_WINDOW_WINDOW_H_ #define VIEWS_WINDOW_WINDOW_H_ @@ -12,7 +12,7 @@ namespace gfx { class Font; class Rect; class Size; -} +} // namespace gfx namespace views { |