diff options
Diffstat (limited to 'ui/views/controls/button/checkbox.h')
-rw-r--r-- | ui/views/controls/button/checkbox.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/views/controls/button/checkbox.h b/ui/views/controls/button/checkbox.h index 7554cfd..b86c7c6 100644 --- a/ui/views/controls/button/checkbox.h +++ b/ui/views/controls/button/checkbox.h @@ -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. @@ -43,10 +43,10 @@ class VIEWS_EXPORT Checkbox : public TextButtonBase { 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; virtual gfx::Rect GetThemePaintRect() const OVERRIDE; virtual void GetExtraParams( - ui::NativeTheme::ExtraParams* params) const OVERRIDE; + gfx::NativeTheme::ExtraParams* params) const OVERRIDE; virtual gfx::Rect GetTextBounds() const OVERRIDE; // True if the checkbox is checked. |