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

Unified Diff: chrome/browser/resources/help/help.js

Issue 2617823002: GRIT: put <if> and <include> behind comments in .js files to make syntactically valid JS (Closed)
Patch Set: add dep Created 3 years, 11 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
Index: chrome/browser/resources/help/help.js
diff --git a/chrome/browser/resources/help/help.js b/chrome/browser/resources/help/help.js
index b213a750508a9783153d575374623bea1e9b83c1..f03dcdee6b607e083598b66e23d27de580fa32f4 100644
--- a/chrome/browser/resources/help/help.js
+++ b/chrome/browser/resources/help/help.js
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-<include src="../uber/uber_page_manager_observer.js">
-<include src="../uber/uber_utils.js">
+// <include src="../uber/uber_page_manager_observer.js">
+// <include src="../uber/uber_utils.js">
(function() {
var HelpPage = help.HelpPage;
« no previous file with comments | « chrome/browser/resources/gaia_auth_host/webview_saml_injected.js ('k') | chrome/browser/resources/help/help_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698