summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-22 18:25:47 +0000
committerpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-22 18:25:47 +0000
commitd3a1c0c20351e0fbd2588d6239df0ef718426471 (patch)
treef76f18104a5e5075397577bcbcdf89faef522093
parent4d6501f83e8adcaa2a39b684cfb3e4dd7a902774 (diff)
downloadchromium_src-d3a1c0c20351e0fbd2588d6239df0ef718426471.zip
chromium_src-d3a1c0c20351e0fbd2588d6239df0ef718426471.tar.gz
chromium_src-d3a1c0c20351e0fbd2588d6239df0ef718426471.tar.bz2
Fixes comment as TOUCH_UI does not exist anymore
BUG=105046 Review URL: http://codereview.chromium.org/8635010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111175 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--views/controls/native/native_view_host.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/views/controls/native/native_view_host.h b/views/controls/native/native_view_host.h
index a7a9c93..0059a9d 100644
--- a/views/controls/native/native_view_host.h
+++ b/views/controls/native/native_view_host.h
@@ -94,8 +94,7 @@ class VIEWS_EXPORT NativeViewHost : public View {
// detached because it's being destroyed, or false otherwise.
void Detach(bool destroyed);
- // The attached native view. There is exactly one native_view_ or views_view_
- // attached.
+ // The attached native view. There is exactly one native_view_ attached.
gfx::NativeView native_view_;
// A platform-specific wrapper that does the OS-level manipulation of the