| Index: views/window/window.h
|
| diff --git a/views/window/window.h b/views/window/window.h
|
| index c16cdaab378118530598d8e5c9a0733bc8934ee2..af1dc70ccd09b1e6130016625321df5bc9a02f7c 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 {
|
|
|
|
|