| Index: ui/views/examples/native_theme_checkbox_example.h
|
| ===================================================================
|
| --- ui/views/examples/native_theme_checkbox_example.h (revision 137002)
|
| +++ ui/views/examples/native_theme_checkbox_example.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2012 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.
|
|
|
| @@ -7,6 +7,7 @@
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| +#include "ui/gfx/native_theme.h"
|
| #include "ui/views/controls/button/button.h"
|
| #include "ui/views/examples/example_base.h"
|
|
|
|
|