Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(539)

Unified Diff: ui/keyboard/resources/keyboard_mojo.js

Issue 693343003: Update to using //mojo/public/js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/mojo_public.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/keyboard_mojo.js
diff --git a/ui/keyboard/resources/keyboard_mojo.js b/ui/keyboard/resources/keyboard_mojo.js
index ea681c78f27cfc5f9990c582ccd239baa14716a6..88e32e3c3eea96274039e3faf4a817e61a9f8368 100644
--- a/ui/keyboard/resources/keyboard_mojo.js
+++ b/ui/keyboard/resources/keyboard_mojo.js
@@ -7,7 +7,7 @@ var input_focused_event;
if (!chrome.virtualKeyboardPrivate) {
define('main', [
- 'mojo/public/js/bindings/connection',
+ 'mojo/public/js/connection',
'ui/keyboard/webui/keyboard.mojom',
'content/public/renderer/service_provider',
], function(connector, keyboard, serviceProvider) {
« no previous file with comments | « mojo/public/mojo_public.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698