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

Unified Diff: chrome/browser/resources/app_list/speech_manager.js

Issue 586783003: webui: change all <include/> to <include>. Same thing, less bits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert print_preview, axe some whitespace Created 6 years, 3 months 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 | « no previous file | chrome/browser/resources/app_list/start_page.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/app_list/speech_manager.js
diff --git a/chrome/browser/resources/app_list/speech_manager.js b/chrome/browser/resources/app_list/speech_manager.js
index 31c9812452aae5783232f9eac4ba4c7b5ac6e452..74f4668ffdb81ad888fe4d856acde22bcac1da61 100644
--- a/chrome/browser/resources/app_list/speech_manager.js
+++ b/chrome/browser/resources/app_list/speech_manager.js
@@ -6,9 +6,9 @@
* @fileoverview The class to Manage both offline / online speech recognition.
*/
-<include src="plugin_manager.js"/>
-<include src="audio_manager.js"/>
-<include src="speech_recognition_manager.js"/>
+<include src="plugin_manager.js">
+<include src="audio_manager.js">
+<include src="speech_recognition_manager.js">
cr.define('speech', function() {
'use strict';
« no previous file with comments | « no previous file | chrome/browser/resources/app_list/start_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698