| Index: ui/views/examples/tabbed_pane_example.h
|
| diff --git a/ui/views/examples/tabbed_pane_example.h b/ui/views/examples/tabbed_pane_example.h
|
| index a37735208fee0b4669a8708cb574d4ee3281fc12..1b9c96e588489e94f003ae138175d717f1f6c044 100644
|
| --- a/ui/views/examples/tabbed_pane_example.h
|
| +++ b/ui/views/examples/tabbed_pane_example.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 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.
|
|
|
| @@ -6,6 +6,8 @@
|
| #define UI_VIEWS_EXAMPLES_TABBED_PANE_EXAMPLE_H_
|
| #pragma once
|
|
|
| +#include <string>
|
| +
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "ui/views/controls/button/text_button.h"
|
|
|