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

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

Issue 10378027: Fix presubmit js style nits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/gpu_internals/gpu_internals.js
diff --git a/chrome/browser/resources/gpu_internals/gpu_internals.js b/chrome/browser/resources/gpu_internals/gpu_internals.js
index 6410617dd0f252e5937b7a5735d6e213f2d51371..61a44091c7a3914bc46cbad8324980372e7479ef 100644
--- a/chrome/browser/resources/gpu_internals/gpu_internals.js
+++ b/chrome/browser/resources/gpu_internals/gpu_internals.js
@@ -1,9 +1,9 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-<include src="browser_bridge.js"/>
-<include src="info_view.js"/>
+<include src='browser_bridge.js'/>
Dan Beam 2012/05/07 18:11:57 you don't need to " -> ' for grit
Tyler Breisacher (Chromium) 2012/05/07 18:15:34 The presubmit is not flagging this on my machine.
kmadhusu 2012/05/08 17:59:36 Reverted.
+<include src='info_view.js'/>
var browserBridge;

Powered by Google App Engine
This is Rietveld 408576698