summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-29 21:53:27 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-29 21:53:27 +0000
commita4c368180132f1f5fc2e57af75115b0d36b542a7 (patch)
tree44069f6a2e8fbec60b3347736941fd1da20c7a00 /views
parentc3b0173e79820fbb5252d873fc14ea70c1132bcc (diff)
downloadchromium_src-a4c368180132f1f5fc2e57af75115b0d36b542a7.zip
chromium_src-a4c368180132f1f5fc2e57af75115b0d36b542a7.tar.gz
chromium_src-a4c368180132f1f5fc2e57af75115b0d36b542a7.tar.bz2
Fixes a slew of random link/compile errors for views on gtk.
BUG=none TEST=none TBR=ben Review URL: http://codereview.chromium.org/115948 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17246 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rw-r--r--views/controls/native/native_view_host_gtk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/native/native_view_host_gtk.cc b/views/controls/native/native_view_host_gtk.cc
index 643fa30..0c61843 100644
--- a/views/controls/native/native_view_host_gtk.cc
+++ b/views/controls/native/native_view_host_gtk.cc
@@ -15,7 +15,7 @@ namespace views {
////////////////////////////////////////////////////////////////////////////////
// NativeViewHostGtk, public:
-NativeViewHostWin::NativeViewHostWin(NativeViewHost* host)
+NativeViewHostGtk::NativeViewHostGtk(NativeViewHost* host)
: host_(host),
installed_clip_(false),
destroy_signal_id_(0) {