OLD | NEW |
---|---|
1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
Sergey Ulanov
2016/11/02 20:10:31
Add include guards.
Hzj_jie
2016/11/03 02:29:34
Done.
| |
5 <include src="../../chromeos/quick_unlock/pin_keyboard.js"> | 5 namespace remoting { |
6 void RegisterDirectxTraits(); | |
7 } // namespace remoting | |
OLD | NEW |