| Index: ui/views/controls/button/radio_button.h
|
| ===================================================================
|
| --- ui/views/controls/button/radio_button.h (revision 137002)
|
| +++ ui/views/controls/button/radio_button.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.
|
|
|
| @@ -32,7 +32,7 @@
|
| virtual void NotifyClick(const views::Event& event) OVERRIDE;
|
|
|
| // Overridden from TextButtonBase:
|
| - virtual ui::NativeTheme::Part GetThemePart() const OVERRIDE;
|
| + virtual gfx::NativeTheme::Part GetThemePart() const OVERRIDE;
|
|
|
| // Overridden from Checkbox:
|
| virtual void SetChecked(bool checked) OVERRIDE;
|
|
|