diff options
Diffstat (limited to 'ui/views/controls/button/radio_button.cc')
-rw-r--r-- | ui/views/controls/button/radio_button.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/views/controls/button/radio_button.cc b/ui/views/controls/button/radio_button.cc index 1c3352cd..5218bcf 100644 --- a/ui/views/controls/button/radio_button.cc +++ b/ui/views/controls/button/radio_button.cc @@ -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. @@ -97,8 +97,8 @@ void RadioButton::NotifyClick(const views::Event& event) { TextButtonBase::NotifyClick(event); } -gfx::NativeTheme::Part RadioButton::GetThemePart() const { - return gfx::NativeTheme::kRadio; +ui::NativeTheme::Part RadioButton::GetThemePart() const { + return ui::NativeTheme::kRadio; } } // namespace views |