diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-17 06:50:01 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-17 06:50:01 +0000 |
commit | c1d9cdcb2aa753686fb29f3c5f42f710acf49782 (patch) | |
tree | 9230c8ca02e0607cec3bfeb4ed1c945e4163bc84 /ui | |
parent | 8bd0fe6f88b7f6f1cc8c7b7c4c2474669d8d6d60 (diff) | |
download | chromium_src-c1d9cdcb2aa753686fb29f3c5f42f710acf49782.zip chromium_src-c1d9cdcb2aa753686fb29f3c5f42f710acf49782.tar.gz chromium_src-c1d9cdcb2aa753686fb29f3c5f42f710acf49782.tar.bz2 |
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to reflect the move. Consolidate how we DEPS in WebKit source files. Cross fingers.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71586 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r-- | ui/base/keycodes/keyboard_code_conversion_mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/keycodes/keyboard_code_conversion_mac.h b/ui/base/keycodes/keyboard_code_conversion_mac.h index f277718..6668d4e 100644 --- a/ui/base/keycodes/keyboard_code_conversion_mac.h +++ b/ui/base/keycodes/keyboard_code_conversion_mac.h @@ -23,7 +23,7 @@ namespace ui { // |characterIgnoringModifiers|. // -1 will be returned if the keycode can't be converted. // This function is mainly for simulating keyboard events in unit tests. -// See third_party/WebKit/WebKit/chromium/src/mac/WebInputEventFactory.mm for +// See third_party/WebKit/Source/WebKit/chromium/src/mac/WebInputEventFactory.mm for // reverse conversion. int MacKeyCodeForWindowsKeyCode(KeyboardCode keycode, NSUInteger flags, |