| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 |
| 5 #ifndef REMOTING_HOST_CONSTANTS_H_ | 5 #ifndef REMOTING_HOST_CONSTANTS_H_ |
| 6 #define REMOTING_HOST_CONSTANTS_H_ | 6 #define REMOTING_HOST_CONSTANTS_H_ |
| 7 | 7 |
| 8 #include "base/compiler_specific.h" | 8 #include "base/compiler_specific.h" |
| 9 | 9 |
| 10 namespace remoting { | 10 namespace remoting { |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 }; | 34 }; |
| 35 | 35 |
| 36 #if defined(OS_WIN) | 36 #if defined(OS_WIN) |
| 37 // The Omaha Appid of the host. | 37 // The Omaha Appid of the host. |
| 38 extern const wchar_t kHostOmahaAppid[]; | 38 extern const wchar_t kHostOmahaAppid[]; |
| 39 #endif // defined(OS_WIN) | 39 #endif // defined(OS_WIN) |
| 40 | 40 |
| 41 } // namespace remoting | 41 } // namespace remoting |
| 42 | 42 |
| 43 #endif // REMOTING_HOST_CONSTANTS_H_ | 43 #endif // REMOTING_HOST_CONSTANTS_H_ |
| OLD | NEW |