| Index: views/examples/button_example.h
|
| diff --git a/views/examples/button_example.h b/views/examples/button_example.h
|
| index ca6650808bc8977b9074037ed5f9a64f7549f348..9a2e2a21a268d549f01ec758ae035939b48186aa 100644
|
| --- a/views/examples/button_example.h
|
| +++ b/views/examples/button_example.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -9,7 +9,7 @@
|
| #include "base/string_util.h"
|
| #include "views/controls/button/text_button.h"
|
| #include "views/examples/example_base.h"
|
| -#include "views/fill_layout.h"
|
| +#include "views/layout/fill_layout.h"
|
| #include "views/view.h"
|
|
|
| namespace examples {
|
| @@ -50,4 +50,3 @@ class ButtonExample : public ExampleBase, public views::ButtonListener {
|
| } // namespace examples
|
|
|
| #endif // VIEWS_EXAMPLES_BUTTON_EXAMPLE_H_
|
| -
|
|
|