diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-23 04:11:49 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-23 04:11:49 +0000 |
commit | 8093382a5f49c50cdb6262329a30b14f3c241ee6 (patch) | |
tree | edf116d3fed6e009e63d2fe7210bbf1ac7c127b8 /tools/gen_keyboard_overlay_data | |
parent | 5b517c1363fd50549aebc94d5287fb0ebe791b95 (diff) | |
download | chromium_src-8093382a5f49c50cdb6262329a30b14f3c241ee6.zip chromium_src-8093382a5f49c50cdb6262329a30b14f3c241ee6.tar.gz chromium_src-8093382a5f49c50cdb6262329a30b14f3c241ee6.tar.bz2 |
WebUI: Fix the remaining references to dom_ui. Final Patch.
BUG=59945, 59946
TEST=trybots
Review URL: http://codereview.chromium.org/6555001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75716 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/gen_keyboard_overlay_data')
-rwxr-xr-x | tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py b/tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py index 2cf0ada..b188f02 100755 --- a/tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py +++ b/tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py @@ -9,7 +9,7 @@ This script fetches data from the keyboard layout and hotkey data spreadsheet, and output the data depending on the option. --cc: Generates C++ code snippet to be inserted into - chrome/browser/chromeos/dom_ui/keyboard_overlay_ui.cc + chrome/browser/chromeos/webui/keyboard_overlay_ui.cc --grd: Generates grd message snippet to be inserted into chrome/app/generated_resources.grd |