summaryrefslogtreecommitdiffstats
path: root/chrome/views/widget/root_view.h
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-14 17:36:16 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-14 17:36:16 +0000
commit54f1a7944423ebaf5095cbec80732c6c3294c92f (patch)
tree8d8dd89bc91e68270f59a16d00904212c8ee19e3 /chrome/views/widget/root_view.h
parent257ab718488a1cdb46a2423464e17933c8339a01 (diff)
downloadchromium_src-54f1a7944423ebaf5095cbec80732c6c3294c92f.zip
chromium_src-54f1a7944423ebaf5095cbec80732c6c3294c92f.tar.gz
chromium_src-54f1a7944423ebaf5095cbec80732c6c3294c92f.tar.bz2
Fix typo. Original patch by Shinichiro Hamaji (see http://codereview.chromium.org/67123 ), r=me.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13669 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/widget/root_view.h')
-rw-r--r--chrome/views/widget/root_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/widget/root_view.h b/chrome/views/widget/root_view.h
index 73d49cb..091e48d 100644
--- a/chrome/views/widget/root_view.h
+++ b/chrome/views/widget/root_view.h
@@ -316,7 +316,7 @@ class RootView : public View,
#endif
// Default keyboard handler
- View* default_keyboard_hander_;
+ View* default_keyboard_handler_;
// The listener that gets focus change notifications.
FocusListener* focus_listener_;