Chromium Code Reviews| 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; |