diff options
Diffstat (limited to 'views/window/window.cc')
-rw-r--r-- | views/window/window.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/views/window/window.cc b/views/window/window.cc index 18b4d51..99bda55 100644 --- a/views/window/window.cc +++ b/views/window/window.cc @@ -1,14 +1,14 @@ -// 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. #include "views/window/window.h" #include "app/gfx/font.h" #include "app/gfx/font_util.h" #include "app/resource_bundle.h" -#include "base/gfx/size.h" #include "base/string_util.h" +#include "gfx/size.h" #include "views/widget/widget.h" namespace views { |