Chromium Code Reviews| Index: ppapi/cpp/rect.cc |
| diff --git a/ppapi/cpp/rect.cc b/ppapi/cpp/rect.cc |
| index ef347dca5a869e800e4c984190768eb55327b874..39d8018b38bddbdaf1f366498fb9082b52f7fdf5 100644 |
| --- a/ppapi/cpp/rect.cc |
| +++ b/ppapi/cpp/rect.cc |
| @@ -1,4 +1,4 @@ |
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2012 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. |
| @@ -127,4 +127,4 @@ bool Rect::SharesEdgeWith(const Rect& rect) const { |
| (y() == rect.bottom() || bottom() == rect.y())); |
| } |
| -} // namespace gfx |
| +} // namespace pp |