Index: views/controls/native/native_view_host.h |
diff --git a/views/controls/native/native_view_host.h b/views/controls/native/native_view_host.h |
index a7a9c93c9745c01fd055e6908b56f154396f241f..0059a9d921dfb169b262e42131d1a6bf883f3ad9 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 |