| Index: views/views_delegate.h
|
| diff --git a/views/views_delegate.h b/views/views_delegate.h
|
| index e817bbfad19a76ea5944aea0a37246a602f5b41f..bc05b45a9d678e2e5e20a916965cabaa4fe76768 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_
|
|
|