Chromium Code Reviews| Index: remoting/host/directx_traits.h |
| diff --git a/chrome/browser/resources/settings/people_page/pin_keyboard.js b/remoting/host/directx_traits.h |
| similarity index 68% |
| copy from chrome/browser/resources/settings/people_page/pin_keyboard.js |
| copy to remoting/host/directx_traits.h |
| index 2d63b6558799326c6be72b14460d30cab50f7042..dcb7bed3d070ed466c891e485bba63142ac65f14 100644 |
| --- a/chrome/browser/resources/settings/people_page/pin_keyboard.js |
| +++ b/remoting/host/directx_traits.h |
| @@ -2,4 +2,6 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
|
Sergey Ulanov
2016/11/02 20:10:31
Add include guards.
Hzj_jie
2016/11/03 02:29:34
Done.
|
| -<include src="../../chromeos/quick_unlock/pin_keyboard.js"> |
| +namespace remoting { |
| +void RegisterDirectxTraits(); |
| +} // namespace remoting |