diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-14 23:10:10 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-14 23:10:10 +0000 |
commit | 1e25fbf5e01d0ea8045c43288ee58fc7d0b3a3a2 (patch) | |
tree | 9f277e5e69c7b6a9586f827d425d6b66ea29d466 /ui/views/controls/button/checkbox.h | |
parent | 84d9ab4c2dc42dd7d18672c2855c92589bf9208b (diff) | |
download | chromium_src-1e25fbf5e01d0ea8045c43288ee58fc7d0b3a3a2.zip chromium_src-1e25fbf5e01d0ea8045c43288ee58fc7d0b3a3a2.tar.gz chromium_src-1e25fbf5e01d0ea8045c43288ee58fc7d0b3a3a2.tar.bz2 |
Revert 136996 - ui: Move NativeTheme files into ui/base/native_theme/ directory.
BUG=103304,125844
R=ben@chromium.org
TBR=tony@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10310136
TBR=tfarina@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10387121
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137003 0039d316-1c4b-4281-b951-d872f2087c98
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. |